|
|||||||||||
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 messagepublic GeneratorException(String msg, Throwable cause)
msg
- an error messagecause
- a wrapped exceptionpublic GeneratorException(Throwable cause)
cause
- a wrapped exceptionMethod Detail |
public Throwable getCause()
getCause
in class Throwable
public void printStackTrace()
printStackTrace
in class Throwable
public void printStackTrace(PrintStream ps)
printStackTrace
in class Throwable
ps
- a PrintStream to print the stack trace to.public void printStackTrace(PrintWriter pw)
printStackTrace
in class Throwable
pw
- a PrintWriter to print the stack trace to.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |