public class IlvTableModelMappingException extends Exception
Exception
is thrown when the mapping from or to the TableModel
cannot be performed.Constructor and Description |
---|
IlvTableModelMappingException(String message)
Builds an
IlvTableModelMappingException |
IlvTableModelMappingException(String message,
String propertyName)
Builds an
IlvTableModelMappingException |
IlvTableModelMappingException(String message,
String propertyName,
Throwable cause)
Builds an
IlvTableModelMappingException |
IlvTableModelMappingException(String message,
Throwable cause)
Builds an
IlvTableModelMappingException |
Modifier and Type | Method and Description |
---|---|
String |
getPropertyName()
Returns the name of the property that cannot be mapped.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IlvTableModelMappingException(String message)
IlvTableModelMappingException
message
- the error messagepublic IlvTableModelMappingException(String message, Throwable cause)
IlvTableModelMappingException
message
- the error messagecause
- The cause.public IlvTableModelMappingException(String message, String propertyName)
IlvTableModelMappingException
message
- the error messagepropertyName
- the name of the property that cannot be mapped correctlypublic IlvTableModelMappingException(String message, String propertyName, Throwable cause)
IlvTableModelMappingException
message
- the error messagepropertyName
- the name of the property that cannot be mapped correctlycause
- The cause.public final String getPropertyName()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.