Package de.uni_kiel.rz.fdr.repl.error
Class ClassLoadingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.uni_kiel.rz.fdr.repl.error.ClassLoadingException
- All Implemented Interfaces:
Serializable
Thrown when a class could not be loaded, e.g. due to incorrect class path, or wrong settings.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClassLoadingException
(String message) Create a new instance of the exceptionClassLoadingException
(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
-
ClassLoadingException
Create a new instance of the exception- Parameters:
message
- The message.
-
ClassLoadingException
Create a new instance of the exception- Parameters:
message
- The message.cause
- The cause.
-