| java.lang.Object java.lang.Throwable java.lang.Exception org.mmbase.module.core.InvalidDataException
InvalidDataException | public class InvalidDataException extends Exception (Code) | | This exception gets thrown when a node contains invalid data.
author: Pierre van Rooden version: $Id: InvalidDataException.java,v 1.8 2005/10/05 10:00:54 michiel Exp $ |
InvalidDataException | public InvalidDataException()(Code) | | |
InvalidDataException | public InvalidDataException(String message)(Code) | | |
InvalidDataException | public InvalidDataException(String message, String fieldName)(Code) | | Create the exception.
Parameters: message - a description of the exception Parameters: fieldName - the name of the field that caused the exception |
InvalidDataException | public InvalidDataException(Throwable cause, String fieldName)(Code) | | Create the exception.
The cause can be retrieved with getCause().
Parameters: cause - Throwable the cause of the exception Parameters: fieldName - the name of the field that caused the exception since: MMBase-1.7 |
getInvalidFieldName | public String getInvalidFieldName()(Code) | | Retrieved the name of the field that caused the exception
the field name as a String |
|
|