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
Unchecked wrapper for
PresentationException, suitable for use in lambdas and streams.- Author:
- Florian Alpers
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new UncheckedPresentationException instance.Creates a new UncheckedPresentationException instance.UncheckedPresentationException(String arg0, Throwable arg1) Creates a new UncheckedPresentationException instance.UncheckedPresentationException(String arg0, Throwable arg1, boolean arg2, boolean arg3) Creates a new UncheckedPresentationException instance.Creates a new UncheckedPresentationException 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
-
UncheckedPresentationException
public UncheckedPresentationException()Creates a new UncheckedPresentationException instance. -
UncheckedPresentationException
Creates a new UncheckedPresentationException instance.- Parameters:
arg0- human-readable error messagearg1- underlying cause of this exceptionarg2- whether suppression is enabledarg3- whether the stack trace is writable
-
UncheckedPresentationException
Creates a new UncheckedPresentationException instance.- Parameters:
arg0- human-readable error messagearg1- underlying cause of this exception
-
UncheckedPresentationException
Creates a new UncheckedPresentationException instance.- Parameters:
arg0- human-readable error message
-
UncheckedPresentationException
Creates a new UncheckedPresentationException instance.- Parameters:
arg0- underlying cause of this exception
-