Package de.julielab.costosys.cli
Class ConfigurationNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.julielab.costosys.cli.ConfigurationNotFoundException
-
- All Implemented Interfaces:
Serializable
public class ConfigurationNotFoundException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigurationNotFoundException()ConfigurationNotFoundException(String message)ConfigurationNotFoundException(String message, Throwable cause)ConfigurationNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)ConfigurationNotFoundException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ConfigurationNotFoundException
public ConfigurationNotFoundException()
-
ConfigurationNotFoundException
public ConfigurationNotFoundException(String message)
-
ConfigurationNotFoundException
public ConfigurationNotFoundException(String message, Throwable cause)
-
ConfigurationNotFoundException
public ConfigurationNotFoundException(Throwable cause)
-
-