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

Constructor Summary
NoSuchClassException(String type, org.codehaus.groovy.ast.ASTNode node, String message)
           
 
Method Summary
 String getType()
           
 
Methods inherited from class org.codehaus.groovy.runtime.InvokerException
getLocationText, getMessage, getModule, getNode, setModule
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchClassException

public NoSuchClassException(String type,
                            org.codehaus.groovy.ast.ASTNode node,
                            String message)
Method Detail

getType

public String getType()
Returns:
The type that could not be resolved


Copyright © 2003 The Codehaus. All Rights Reserved.