org.codehaus.groovy.runtime
Class NoSuchPropertyException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--org.codehaus.groovy.runtime.InvokerException
|
+--org.codehaus.groovy.runtime.NoSuchPropertyException
- All Implemented Interfaces:
- Serializable
- public class NoSuchPropertyException
- extends InvokerException
An exception occurred if a dynamic property dispatch fails with an unknown property
- Version:
- $Revision: 1.2 $
- Author:
- James Strachan
- See Also:
- Serialized Form
NoSuchPropertyException
public NoSuchPropertyException(String property,
Class type)
NoSuchPropertyException
public NoSuchPropertyException(String property,
Class type,
SQLException e)
getProperty
public String getProperty()
- Returns:
- the name of the property that could not be found
getType
public Class getType()
- Returns:
- The type on which the property was attempted to be called
Copyright © 2003 The Codehaus. All Rights Reserved.