Class UncheckedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.pellse.util.function.checked.UncheckedException
All Implemented Interfaces:
Serializable

public class UncheckedException extends RuntimeException
See Also:
  • Constructor Details

    • UncheckedException

      public UncheckedException()
    • UncheckedException

      public UncheckedException(String message)
    • UncheckedException

      public UncheckedException(String message, Throwable cause)
    • UncheckedException

      public UncheckedException(Throwable cause)
    • UncheckedException

      public UncheckedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)