public class InvalidDataException extends Exception
| Constructor and Description |
|---|
InvalidDataException() |
InvalidDataException(String message) |
InvalidDataException(String message,
String fieldName)
Create the exception.
|
InvalidDataException(String message,
Throwable cause) |
InvalidDataException(Throwable cause) |
InvalidDataException(Throwable cause,
String fieldName)
Create the exception.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getInvalidFieldName()
Retrieved the name of the field that caused the exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidDataException()
public InvalidDataException(String message)
public InvalidDataException(Throwable cause)
public InvalidDataException(String message, String fieldName)
message - a description of the exceptionfieldName - the name of the field that caused the exceptionpublic String getInvalidFieldName()
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}