[Java] Class MissingPropertyExceptionNoStack
- org.codehaus.groovy.runtime.metaclass.MissingPropertyExceptionNoStack
public class MissingPropertyExceptionNoStack extends MissingPropertyException
Fields inherited from class | Fields |
---|---|
class MissingPropertyException | MPE |
Constructor Summary
Constructor and description |
---|
MissingPropertyExceptionNoStack
(String propertyName, Class theClass) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public Throwable |
fillInStackTrace() |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class MissingPropertyException | getMessageWithoutLocationText, getProperty, getType |
class GroovyRuntimeException | getLocationText, getMessage, getMessageWithoutLocationText, getModule, getNode, setModule |
Constructor Detail
public MissingPropertyExceptionNoStack(String propertyName, Class theClass)
Method Detail
public Throwable fillInStackTrace()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/runtime/metaclass/MissingPropertyExceptionNoStack.html