Class ExceptionHandlerFrameException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ExceptionHandlerFrameException
    extends java.lang.Exception
    Generic Exception class for classes contained in the ehFrame package
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ExceptionHandlerFrameException()
      Constructs a new ExceptionHandlerFrameException with the specified detail message and cause.
      ExceptionHandlerFrameException​(java.lang.String message)
      Constructs a new ExceptionHandlerFrameException with the specified detail message.
      ExceptionHandlerFrameException​(java.lang.String message, java.lang.Throwable cause)
      Constructs a new ExceptionHandlerFrameException with the specified detail message and cause.
      ExceptionHandlerFrameException​(java.lang.Throwable cause)
      Constructs a new ExceptionHandlerFrameException with the specified cause.
    • 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

      • ExceptionHandlerFrameException

        public ExceptionHandlerFrameException()
        Constructs a new ExceptionHandlerFrameException with the specified detail message and cause.
      • ExceptionHandlerFrameException

        public ExceptionHandlerFrameException​(java.lang.String message,
                                              java.lang.Throwable cause)
        Constructs a new ExceptionHandlerFrameException with the specified detail message and cause.
        Parameters:
        message - the detail message.
        cause - the cause of this exception being thrown.
      • ExceptionHandlerFrameException

        public ExceptionHandlerFrameException​(java.lang.String message)
        Constructs a new ExceptionHandlerFrameException with the specified detail message.
        Parameters:
        message - the detail message.
      • ExceptionHandlerFrameException

        public ExceptionHandlerFrameException​(java.lang.Throwable cause)
        Constructs a new ExceptionHandlerFrameException with the specified cause.
        Parameters:
        cause - the cause of this exception being thrown.