Class StandaloneInitializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
tools.mdsd.library.standalone.initialization.StandaloneInitializationException
- All Implemented Interfaces:
Serializable
Exception to be throw in case of an error during the initialization.
- See Also:
-
Constructor Summary
ConstructorDescriptionStandaloneInitializationException
(String message) StandaloneInitializationException
(String message, 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 Details
-
StandaloneInitializationException
- Parameters:
message
- The message to be recorded.cause
- The cause to be recorded.
-
StandaloneInitializationException
- Parameters:
message
- The message to be recorded.
-