public class MissingPropertyExceptionNoStack
extends MissingPropertyException
A MissingPropertyException that does not populate the stack trace. This exception is optimized for performance when the stack trace is not needed, as stack trace generation can be expensive.
This exception is for internal use only.
| Fields inherited from class | Fields |
|---|---|
class MissingPropertyException |
MPE |
| Constructor and description |
|---|
MissingPropertyExceptionNoStack(String propertyName, Class theClass)Constructs a new MissingPropertyExceptionNoStack. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public Throwable |
fillInStackTrace()Overrides the default stack trace filling to optimize performance. |
| Methods inherited from class | Name |
|---|---|
class MissingPropertyException |
getMessageWithoutLocationText, getProperty, getType |
class GroovyRuntimeException |
getLocationText, getMessage, getMessageWithoutLocationText, getModule, getNode, setModule |
Overrides the default stack trace filling to optimize performance. Returns this exception without populating the stack trace.
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.