Package groovy.lang
Class MissingFieldException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- groovy.lang.GroovyRuntimeException
-
- groovy.lang.MissingFieldException
-
- All Implemented Interfaces:
Serializable
public class MissingFieldException extends GroovyRuntimeException
An exception occurred if a dynamic field dispatch fails with an unknown field. Note that the Missing*Exception classes were named for consistency and to avoid conflicts with JDK exceptions of the same name.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingFieldException(String field, Class type)
MissingFieldException(String field, Class type, Throwable e)
MissingFieldException(String message, String field, Class type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getField()
Class
getType()
-
Methods inherited from class groovy.lang.GroovyRuntimeException
getLocationText, getMessage, getMessageWithoutLocationText, getModule, getNode, setModule
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-