org.codehaus.groovy.runtime.metaclass
Class MissingPropertyExceptionNoStack

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by groovy.lang.GroovyRuntimeException
                  extended by groovy.lang.MissingPropertyException
                      extended by org.codehaus.groovy.runtime.metaclass.MissingPropertyExceptionNoStack
All Implemented Interfaces:
Serializable

public class MissingPropertyExceptionNoStack
extends MissingPropertyException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class groovy.lang.MissingPropertyException
MPE
 
Constructor Summary
MissingPropertyExceptionNoStack(String propertyName, Class theClass)
           
 
Method Summary
 Throwable fillInStackTrace()
           
 
Methods inherited from class groovy.lang.MissingPropertyException
getMessageWithoutLocationText, getProperty, getType
 
Methods inherited from class groovy.lang.GroovyRuntimeException
getLocationText, getMessage, 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

MissingPropertyExceptionNoStack

public MissingPropertyExceptionNoStack(String propertyName,
                                       Class theClass)
Method Detail

fillInStackTrace

public Throwable fillInStackTrace()
Overrides:
fillInStackTrace in class Throwable

Copyright © 2003-2009 The Codehaus. All rights reserved.