[Java] Class ClassGeneratorException
- org.codehaus.groovy.classgen.ClassGeneratorException
public class ClassGeneratorException extends RuntimeException
An exception thrown by the class generator
Constructor Summary
Constructor and description |
---|
ClassGeneratorException
(String message) |
ClassGeneratorException
(String message, Throwable cause) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class RuntimeException | printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getSuppressed, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Constructor Detail
public ClassGeneratorException(String message)
public ClassGeneratorException(String message, Throwable cause)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/classgen/ClassGeneratorException.html