java.io.SerializableIncompatibleParameterValueTypeException, UnknownParameterExceptionpublic class InvalidParameterException extends AponSyntaxException
| Constructor | Description |
|---|---|
InvalidParameterException() |
Simple constructor.
|
InvalidParameterException(int lineNumber,
java.lang.String line,
java.lang.String tline,
java.lang.String msg) |
Constructor to create exception with a message.
|
InvalidParameterException(java.lang.String msg) |
Constructor to create exception with a message.
|
InvalidParameterException(java.lang.String msg,
java.lang.Throwable cause) |
Constructor to create exception to wrap another exception and pass a message.
|
InvalidParameterException(java.lang.Throwable cause) |
Constructor to create exception to wrap another exception.
|
createMessagepublic InvalidParameterException()
public InvalidParameterException(java.lang.String msg)
msg - a message to associate with the exceptionpublic InvalidParameterException(int lineNumber,
java.lang.String line,
java.lang.String tline,
java.lang.String msg)
lineNumber - the line numberline - the character linetline - the trimmed character linemsg - a message to associate with the exceptionpublic InvalidParameterException(java.lang.Throwable cause)
cause - the real cause of the exceptionpublic InvalidParameterException(java.lang.String msg,
java.lang.Throwable cause)
msg - the messagecause - the real cause of the exceptionCopyright © 2008–2018 The Aspectran Project. All rights reserved.