Class BrokenConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.serverSide.impl.BrokenConfigurationException
-
- All Implemented Interfaces:
Serializable
public class BrokenConfigurationException extends RuntimeException
- Author:
- Pavel.Sher Date: 22.11.2007
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BrokenConfigurationException(File brokenConfig, String message)
BrokenConfigurationException(File brokenConfig, String message, Throwable cause)
BrokenConfigurationException(File brokenConfig, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description File
getBrokenConfig()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getBrokenConfig
@NotNull public File getBrokenConfig()
-
-