Package ratpack.api

Class UncheckedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UncheckedException
    extends java.lang.RuntimeException
    Used to wrap a checked exception to be thrown where a checked exception cannot be thrown.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      UncheckedException​(java.lang.Throwable cause)
      Constructor.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UncheckedException

        public UncheckedException​(java.lang.Throwable cause)
        Constructor.
        Parameters:
        cause - the checked exception