ELException
.public class ReferenceSyntaxException extends EvaluationException
An exception reporting a syntax error in a method binding expression or value binding expression.
Constructor and Description |
---|
ReferenceSyntaxException()
Deprecated.
Construct a new exception with no detail message or root cause.
|
ReferenceSyntaxException(String message)
Deprecated.
Construct a new exception with the specified detail message and
no root cause.
|
ReferenceSyntaxException(String message,
Throwable cause)
Deprecated.
Construct a new exception with the specified detail message and
root cause.
|
ReferenceSyntaxException(Throwable cause)
Deprecated.
Construct a new exception with the specified root cause.
|
getCause
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ReferenceSyntaxException()
Construct a new exception with no detail message or root cause.
public ReferenceSyntaxException(String message)
Construct a new exception with the specified detail message and no root cause.
message
- The detail message for this exceptionpublic ReferenceSyntaxException(Throwable cause)
Construct a new exception with the specified root cause. The detail
message will be set to (cause == null ? null :
cause.toString()
cause
- The root cause for this exceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.