public class ProjogException extends RuntimeException
Maintains a collection of all InterpretedUserDefinedPredicate
instances that
form the exception's stack trace.
Constructor and Description |
---|
ProjogException(String message) |
ProjogException(String message,
Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
void |
addClause(ClauseModel clause) |
List<ClauseModel> |
getClauses() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ProjogException(String message)
public void addClause(ClauseModel clause)
public List<ClauseModel> getClauses()
Copyright © 2024. All rights reserved.