Package mepk.kernel

Class MEPKException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MEPKParseException, MEPKVerificationException

public class MEPKException extends RuntimeException
The common base class for all MEPK-related exceptions.
See Also:
  • Constructor Details

    • MEPKException

      public MEPKException(String message)
      Create an new instance.
      Parameters:
      message - the exception message
    • MEPKException

      public MEPKException(Throwable cause)
      Create a new instance.
      Parameters:
      cause - the exception cause