public static class Expression.InvalidExpressionException extends RuntimeException
Constructor and Description |
---|
InvalidExpressionException(String message)
Constructor with error message
|
InvalidExpressionException(String message,
Throwable cause)
Constructor with error message and nested exception
|
InvalidExpressionException(Throwable cause)
Constructor with nested exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidExpressionException(String message)
message
- Error messagepublic InvalidExpressionException(Throwable cause)
cause
- Nested exceptionCopyright © 2019 The Holon Platform. All rights reserved.