java.io.Serializablepublic class IncompatibleParameterValueTypeException extends InvalidParameterException
| Constructor | Description |
|---|---|
IncompatibleParameterValueTypeException() |
Simple constructor.
|
IncompatibleParameterValueTypeException(int lineNumber,
java.lang.String line,
java.lang.String trim,
ParameterValue parameterValue,
ParameterValueType expectedParameterValueType) |
|
IncompatibleParameterValueTypeException(int lineNumber,
java.lang.String line,
java.lang.String trim,
java.lang.String msg) |
|
IncompatibleParameterValueTypeException(ParameterValue parameterValue,
ParameterValueType expectedParameterValueType) |
|
IncompatibleParameterValueTypeException(java.lang.String msg) |
Constructor to create exception with a message.
|
IncompatibleParameterValueTypeException(java.lang.String msg,
java.lang.Throwable cause) |
Constructor to create exception to wrap another exception and pass a message.
|
IncompatibleParameterValueTypeException(java.lang.Throwable cause) |
Constructor to create exception to wrap another exception.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected static java.lang.String |
makeMessage(int lineNumber,
java.lang.String line,
java.lang.String trim,
ParameterValue parameterValue,
ParameterValueType expectedParameterValueType) |
createMessagepublic IncompatibleParameterValueTypeException()
public IncompatibleParameterValueTypeException(java.lang.String msg)
msg - a message to associate with the exceptionpublic IncompatibleParameterValueTypeException(ParameterValue parameterValue, ParameterValueType expectedParameterValueType)
public IncompatibleParameterValueTypeException(int lineNumber,
java.lang.String line,
java.lang.String trim,
java.lang.String msg)
public IncompatibleParameterValueTypeException(int lineNumber,
java.lang.String line,
java.lang.String trim,
ParameterValue parameterValue,
ParameterValueType expectedParameterValueType)
public IncompatibleParameterValueTypeException(java.lang.Throwable cause)
cause - the real cause of the exceptionpublic IncompatibleParameterValueTypeException(java.lang.String msg,
java.lang.Throwable cause)
msg - the messagecause - the real cause of the exceptionprotected static java.lang.String makeMessage(int lineNumber,
java.lang.String line,
java.lang.String trim,
ParameterValue parameterValue,
ParameterValueType expectedParameterValueType)
Copyright © 2008–2018 The Aspectran Project. All rights reserved.