|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eigenbase.resgen.JavaBaseGenerator.ExceptionDescription
class JavaBaseGenerator.ExceptionDescription
Description of the constructs that an exception class has.
Field Summary | |
---|---|
(package private) boolean |
hasInstCon
|
(package private) boolean |
hasInstThrowCon
|
(package private) boolean |
hasStringCon
|
(package private) boolean |
hasStringThrowCon
|
Constructor Summary | |
---|---|
JavaBaseGenerator.ExceptionDescription(java.lang.String errorClassName)
Figures out what constructors the exception class has. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
boolean hasInstCon
boolean hasInstThrowCon
boolean hasStringCon
boolean hasStringThrowCon
Constructor Detail |
---|
JavaBaseGenerator.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
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |