public class BooleanFunctionException extends RuntimeException
| Constructor and Description |
|---|
BooleanFunctionException(String msg)
Constructs a new boolean function exception.
|
BooleanFunctionException(String msg,
Throwable cause)
Constructs a new boolean function exception.
|
BooleanFunctionException(Throwable cause)
Constructs a new boolean function exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BooleanFunctionException(Throwable cause)
cause - Cause of this exceptionpublic BooleanFunctionException(String msg, Throwable cause)
msg - Error message descriptioncause - Cause of this exceptionpublic BooleanFunctionException(String msg)
msg - Error message descriptionCopyright © 2004-2013 The Kuali Foundation. All Rights Reserved.