Class ProjogException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ParserException

public class ProjogException extends RuntimeException
An exception that provides information on an error within the Projog environment.

Maintains a collection of all InterpretedUserDefinedPredicate instances that form the exception's stack trace.

See Also:
  • Constructor Details

    • ProjogException

      public ProjogException(String message)
    • ProjogException

      public ProjogException(String message, Throwable throwable)
  • Method Details