Package jep

Class JepException

  • All Implemented Interfaces:
    java.io.Serializable

    public class JepException
    extends java.lang.Exception
    JepException - it happens.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      JepException()
      Creates a new JepException instance.
      JepException​(java.lang.String s)
      Creates a new JepException instance.
      JepException​(java.lang.String s, java.lang.Throwable t)
      Creates a new JepException instance.
      JepException​(java.lang.Throwable t)
      Creates a new JepException instance.
    • 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

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

      • JepException

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

        public JepException​(java.lang.String s)
        Creates a new JepException instance.
        Parameters:
        s - a String value
      • JepException

        public JepException​(java.lang.Throwable t)
        Creates a new JepException instance.
        Parameters:
        t - a Throwable value
      • JepException

        public JepException​(java.lang.String s,
                            java.lang.Throwable t)
        Creates a new JepException instance.
        Parameters:
        s - a String value
        t - a Throwable value