|
|||||||||
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.MissingMethodException
org.codehaus.groovy.runtime.metaclass.MissingMethodExceptionNoStack
public class MissingMethodExceptionNoStack
Constructor Summary | |
---|---|
MissingMethodExceptionNoStack(String method,
Class type,
Object[] arguments)
|
|
MissingMethodExceptionNoStack(String method,
Class type,
Object[] arguments,
boolean isStatic)
|
Method Summary | |
---|---|
Throwable |
fillInStackTrace()
|
Methods inherited from class groovy.lang.MissingMethodException |
---|
getArguments, getMessage, getMethod, getType, isStatic |
Methods inherited from class groovy.lang.GroovyRuntimeException |
---|
getLocationText, getMessageWithoutLocationText, getModule, getNode, setModule |
Methods inherited from class java.lang.Throwable |
---|
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 MissingMethodExceptionNoStack(String method, Class type, Object[] arguments)
public MissingMethodExceptionNoStack(String method, Class type, Object[] arguments, boolean isStatic)
Method Detail |
---|
public Throwable fillInStackTrace()
fillInStackTrace
in class Throwable
|
Copyright © 2003-2012 The Codehaus. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |