Package de.uni_kiel.rz.fdr.repl.error
Class StartupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.uni_kiel.rz.fdr.repl.error.StartupException
- All Implemented Interfaces:
Serializable
Thrown when the REPL failed to start, e.g. due to wrong settings.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStartupException
(String message) Create a new instance of the exceptionStartupException
(String message, Throwable cause) Create a new instance of the exception -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StartupException
Create a new instance of the exception- Parameters:
message
- The message.
-
StartupException
Create a new instance of the exception- Parameters:
message
- The message.cause
- The cause.
-