ClassGenExceptionpublic class ClassGenException extends RuntimeException Thrown on internal errors. Extends RuntimeException so it hasn't to be declared
in the throws clause every time. |
(Omit source code)
Constructors Summary |
---|
public ClassGenException()
super();
| public ClassGenException(String s)
super(s);
|
|