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
Thrown to indicate that a method or operation is not yet implemented.
- Author:
- Florian Alpers
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new NotImplementedException instance.Creates a new NotImplementedException instance.NotImplementedException(String arg0, Throwable arg1) Creates a new NotImplementedException instance.NotImplementedException(String arg0, Throwable arg1, boolean arg2, boolean arg3) Creates a new NotImplementedException instance.Creates a new NotImplementedException instance. -
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()Creates a new NotImplementedException instance. -
NotImplementedException
Creates a new NotImplementedException instance.- Parameters:
arg0- human-readable error messagearg1- underlying cause of this exceptionarg2- whether suppression is enabledarg3- whether the stack trace is writable
-
NotImplementedException
Creates a new NotImplementedException instance.- Parameters:
arg0- human-readable error messagearg1- underlying cause of this exception
-
NotImplementedException
Creates a new NotImplementedException instance.- Parameters:
arg0- human-readable error message
-
NotImplementedException
Creates a new NotImplementedException instance.- Parameters:
arg0- underlying cause of this exception
-