org.codehaus.groovy.grails.exceptions
Class InvalidPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codehaus.groovy.grails.exceptions.GrailsException
org.codehaus.groovy.grails.exceptions.InvalidPropertyException
- All Implemented Interfaces:
- Serializable
public class InvalidPropertyException
- extends GrailsException
Thrown when a property of a Grails class is invalidated.
- Author:
- Graeme Rocher
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidPropertyException
public InvalidPropertyException()
InvalidPropertyException
public InvalidPropertyException(String message,
Throwable cause)
InvalidPropertyException
public InvalidPropertyException(String message)
InvalidPropertyException
public InvalidPropertyException(Throwable cause)