Class JepRuntimeException

All Implemented Interfaces:
Serializable

public class JepRuntimeException extends RuntimeException
A RuntimeException which wraps a JepException for use in cases where throwing a JepException is not possible.
See Also:
  • Constructor Details

    • JepRuntimeException

      public JepRuntimeException(JepException cause)
      Construction
      Parameters:
      cause - JepException to wrap