[Java] Class MissingClassException
- groovy.lang.MissingClassException
public class MissingClassException extends GroovyRuntimeException
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.
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 |
---|---|---|
public String |
getType()
|
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class GroovyRuntimeException | getLocationText, getMessage, getMessageWithoutLocationText, getModule, getNode, setModule |
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/3.0.7/html/gapi/groovy/lang/MissingClassException.html