org.codehaus.groovy.runtime
Class NoSuchClassException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--org.codehaus.groovy.runtime.InvokerException
|
+--org.codehaus.groovy.runtime.NoSuchClassException
- All Implemented Interfaces:
- Serializable
- public class NoSuchClassException
- extends InvokerException
An exception occurred if a dynamic method dispatch fails with an unknown class
- Version:
- $Revision: 1.1 $
- Author:
- James Strachan
- See Also:
- Serialized Form
NoSuchClassException
public NoSuchClassException(String type,
org.codehaus.groovy.ast.ASTNode node,
String message)
getType
public String getType()
- Returns:
- The type that could not be resolved
Copyright © 2003 The Codehaus. All Rights Reserved.