Class UncheckedPresentationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.goobi.viewer.exceptions.UncheckedPresentationException
All Implemented Interfaces:
Serializable

public class UncheckedPresentationException extends RuntimeException
Unchecked wrapper for PresentationException, suitable for use in lambdas and streams.
Author:
Florian Alpers
See Also:
  • Constructor Details

    • UncheckedPresentationException

      public UncheckedPresentationException()
      Creates a new UncheckedPresentationException instance.
    • UncheckedPresentationException

      public UncheckedPresentationException(String arg0, Throwable arg1, boolean arg2, boolean arg3)
      Creates a new UncheckedPresentationException instance.
      Parameters:
      arg0 - human-readable error message
      arg1 - underlying cause of this exception
      arg2 - whether suppression is enabled
      arg3 - whether the stack trace is writable
    • UncheckedPresentationException

      public UncheckedPresentationException(String arg0, Throwable arg1)
      Creates a new UncheckedPresentationException instance.
      Parameters:
      arg0 - human-readable error message
      arg1 - underlying cause of this exception
    • UncheckedPresentationException

      public UncheckedPresentationException(String arg0)
      Creates a new UncheckedPresentationException instance.
      Parameters:
      arg0 - human-readable error message
    • UncheckedPresentationException

      public UncheckedPresentationException(Throwable arg0)
      Creates a new UncheckedPresentationException instance.
      Parameters:
      arg0 - underlying cause of this exception