org.codehaus.janino.util
public class CausedException extends Exception
Constructor Summary | |
---|---|
CausedException() | |
CausedException(String message) | |
CausedException(String message, Throwable optionalCause) | |
CausedException(Throwable optionalCause) |
Method Summary | |
---|---|
Throwable | getCause() |
Throwable | initCause(Throwable optionalCause) |
void | printStackTrace(PrintStream ps) |
void | printStackTrace(PrintWriter pw) |