|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--vdoclet.GeneratorException
| Constructor Summary | |
GeneratorException()
Default constructor. |
|
GeneratorException(String msg)
|
|
GeneratorException(String msg,
Throwable cause)
|
|
GeneratorException(Throwable cause)
|
|
| Method Summary | |
Throwable |
getCause()
Get the causing exception, if any. |
void |
printStackTrace()
Print the stack trace. |
void |
printStackTrace(PrintStream ps)
Print the stack trace. |
void |
printStackTrace(PrintWriter pw)
Print the stack trace. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public GeneratorException()
public GeneratorException(String msg)
msg - an error message
public GeneratorException(String msg,
Throwable cause)
msg - an error messagecause - a wrapped exceptionpublic GeneratorException(Throwable cause)
cause - a wrapped exception| Method Detail |
public Throwable getCause()
getCause in class Throwablepublic void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream ps)
printStackTrace in class Throwableps - a PrintStream to print the stack trace to.public void printStackTrace(PrintWriter pw)
printStackTrace in class Throwablepw - a PrintWriter to print the stack trace to.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||