Package io.goobi.viewer.exceptions
Class NotImplementedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.goobi.viewer.exceptions.NotImplementedException
- All Implemented Interfaces:
Serializable
NotImplementedException class.
- Author:
- florian
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructor for NotImplementedException.Constructor for NotImplementedException.NotImplementedException
(String arg0, Throwable arg1) Constructor for NotImplementedException.NotImplementedException
(String arg0, Throwable arg1, boolean arg2, boolean arg3) Constructor for NotImplementedException.Constructor for NotImplementedException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotImplementedException
public NotImplementedException()Constructor for NotImplementedException.
-
NotImplementedException
Constructor for NotImplementedException.
-
NotImplementedException
Constructor for NotImplementedException.
-
NotImplementedException
Constructor for NotImplementedException.
- Parameters:
arg0
- aString
object.
-
NotImplementedException
Constructor for NotImplementedException.
- Parameters:
arg0
- aThrowable
object.
-