[Java] Class MissingClassException
- groovy.lang.MissingClassException
An exception occurred if a dynamic method dispatch fails with an unknown class. Note that the Missing*Exception classes were named for consistency and to avoid conflicts with JDK exceptions of the same name.
- Authors:
- James Strachan
Constructor Summary
Constructor and description |
---|
MissingClassException
(String type, ASTNode node, String message) |
MissingClassException
(ClassNode type, String message) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
String |
getType() @return The type that could not be resolved |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class GroovyRuntimeException | getLocationText, getMessage, getMessageWithoutLocationText, getModule, getNode, setModule |
class RuntimeException | printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, addSuppressed, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Constructor Detail
public MissingClassException(String type, ASTNode node, String message)
public MissingClassException(ClassNode type, String message)
Method Detail
public String getType()
- Returns:
- The type that could not be resolved
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/groovy/lang/MissingClassException.html