Class BrokenFunctionException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class BrokenFunctionException
    extends java.lang.RuntimeException
    Used when a function throws an exception which cannot be raised.
    This exception is then created and wrapped around the original exception.
    Since:
    1.11
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      BrokenFunctionException​(java.lang.String message, java.lang.Throwable cause)
      Creates the exception
    • 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

      • BrokenFunctionException

        public BrokenFunctionException​(java.lang.String message,
                                       java.lang.Throwable cause)
        Creates the exception
        Parameters:
        message - The message
        cause - The underlying cause