public class PredicateFailedException extends RuntimeException
| Constructor and Description |
|---|
PredicateFailedException(String sMsg)
Create a PredicateFailedException with a string msg.
|
PredicateFailedException(Throwable t)
Create a PredicateFailedException with a throwable.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PredicateFailedException(String sMsg)
sMsg - the messagepublic PredicateFailedException(Throwable t)
t - the throwable