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