|
GATE Version 3.1-2270 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
gate.util.GateRuntimeException
public class GateRuntimeException
Exception used to signal a runtime exception within Gate.
| Constructor Summary | |
|---|---|
GateRuntimeException()
|
|
GateRuntimeException(String message)
|
|
GateRuntimeException(String message,
Throwable cause)
|
|
GateRuntimeException(Throwable e)
|
|
| Method Summary | |
|---|---|
void |
printStackTrace()
Overriden so we can print the enclosed exception's stacktrace too. |
void |
printStackTrace(PrintStream s)
Overriden so we can print the enclosed exception's stacktrace too. |
void |
printStackTrace(PrintWriter s)
Overriden so we can print the enclosed exception's stacktrace too. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, 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 GateRuntimeException()
public GateRuntimeException(String message)
public GateRuntimeException(String message,
Throwable cause)
public GateRuntimeException(Throwable e)
| Method Detail |
|---|
public void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream s)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter s)
printStackTrace in class Throwable
|
GATE Version 3.1-2270 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||