Package org.eigenbase.resgen
Class JavaBaseGenerator.ExceptionDescription
- java.lang.Object
-
- org.eigenbase.resgen.JavaBaseGenerator.ExceptionDescription
-
- Enclosing class:
- JavaBaseGenerator
class JavaBaseGenerator.ExceptionDescription extends java.lang.ObjectDescription of the constructs that an exception class has.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) booleanhasInstCon(package private) booleanhasInstThrowCon(package private) booleanhasStringCon(package private) booleanhasStringThrowCon
-
Constructor Summary
Constructors Constructor Description ExceptionDescription(java.lang.String errorClassName)Figures out what constructors the exception class has.
-
-
-
Constructor Detail
-
ExceptionDescription
ExceptionDescription(java.lang.String errorClassName)
Figures out what constructors the exception class has. We'd prefer to useinit(ResourceDefinition rd)orinit(ResourceDefinition rd, Throwable e)if it has them, but we can useinit(String s)andinit(String s, Throwable e)as a fall-back. Prints a warming message if the class cannot be loaded.- Parameters:
errorClassName- Name of exception class
-
-