| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
groovy.lang.GroovyRuntimeException
groovy.lang.MissingClassException
public class MissingClassException
An exception occurred if a dynamic method dispatch fails with an unknown class. Note that the Missing*Exception classes were named for consistency and to avoid conflicts with JDK exceptions of the same name.
| Constructor Summary | |
|---|---|
MissingClassException(ClassNode type,
                      String message)
 | 
|
MissingClassException(String type,
                      ASTNode node,
                      String message)
 | 
|
| Method Summary | |
|---|---|
 String | 
getType()
 | 
| Methods inherited from class groovy.lang.GroovyRuntimeException | 
|---|
getLocationText, getMessage, getMessageWithoutLocationText, 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 | 
|---|
public MissingClassException(String type,
                             ASTNode node,
                             String message)
public MissingClassException(ClassNode type,
                             String message)
| Method Detail | 
|---|
public String getType()
  | 
Copyright © 2003-2012 The Codehaus. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||