Package jep

Class JepException

All Implemented Interfaces:
Serializable

public class JepException extends Exception
JepException - it happens.
See Also:
  • Constructor Details

    • JepException

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

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

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

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