|
||||||||||
| 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
org.activemath.omdocjdom.InvalidID
public class InvalidID
| Field Summary | |
|---|---|
protected Throwable |
cause
|
| Constructor Summary | |
|---|---|
InvalidID(String message)
|
|
InvalidID(String message,
Throwable cause)
|
|
| Method Summary | |
|---|---|
void |
printStackTrace(PrintStream out)
|
void |
printStackTrace(PrintWriter out)
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected final Throwable cause
| Constructor Detail |
|---|
public InvalidID(String message)
public InvalidID(String message,
Throwable cause)
| Method Detail |
|---|
public void printStackTrace(PrintWriter out)
printStackTrace in class Throwablepublic void printStackTrace(PrintStream out)
printStackTrace in class Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||