org.codehaus.groovy.runtime.metaclass
Class MissingPropertyExceptionNoStack
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
groovy.lang.GroovyRuntimeException
groovy.lang.MissingPropertyException
org.codehaus.groovy.runtime.metaclass.MissingPropertyExceptionNoStack
- All Implemented Interfaces:
- Serializable
public class MissingPropertyExceptionNoStack
extends MissingPropertyException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
addSuppressedException, getCause, getLocalizedMessage, getStackTrace, getSuppressedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MissingPropertyExceptionNoStack
public MissingPropertyExceptionNoStack(String propertyName,
Class theClass)
fillInStackTrace
public Throwable fillInStackTrace()
- Overrides:
fillInStackTrace
in class Throwable