java.io.Serializablepublic class MissingClosingBracketException extends AponSyntaxException
| Constructor | Description |
|---|---|
MissingClosingBracketException() |
Simple constructor.
|
MissingClosingBracketException(java.lang.String msg) |
Constructor to create exception with a message.
|
MissingClosingBracketException(java.lang.String bracketShape,
java.lang.String name,
ParameterValue parameterValue) |
Constructor to create exception with a message.
|
MissingClosingBracketException(java.lang.String msg,
java.lang.Throwable cause) |
Constructor to create exception to wrap another exception and pass a message.
|
MissingClosingBracketException(java.lang.Throwable cause) |
Constructor to create exception to wrap another exception.
|
createMessagepublic MissingClosingBracketException()
public MissingClosingBracketException(java.lang.String msg)
msg - a message to associate with the exceptionpublic MissingClosingBracketException(java.lang.String bracketShape,
java.lang.String name,
ParameterValue parameterValue)
bracketShape - the bracket charactername - the parameter nameparameterValue - the parameter valuepublic MissingClosingBracketException(java.lang.Throwable cause)
cause - the real cause of the exceptionpublic MissingClosingBracketException(java.lang.String msg,
java.lang.Throwable cause)
msg - a message to associate with the exceptioncause - the real cause of the exceptionCopyright © 2008–2018 The Aspectran Project. All rights reserved.