class JavaBaseGenerator.ExceptionDescription
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) boolean |
hasInstCon |
(package private) boolean |
hasInstThrowCon |
(package private) boolean |
hasStringCon |
(package private) boolean |
hasStringThrowCon |
Constructor and Description |
---|
ExceptionDescription(java.lang.String errorClassName)
Figures out what constructors the exception class has.
|
boolean hasInstCon
boolean hasInstThrowCon
boolean hasStringCon
boolean hasStringThrowCon
ExceptionDescription(java.lang.String errorClassName)
init(ResourceDefinition rd)
or
init(ResourceDefinition rd, Throwable e)
if it has them, but we can use
init(String s)
and
init(String s, Throwable e)
as a fall-back.
Prints a warming message if the class cannot be loaded.errorClassName
- Name of exception class