|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
nl.uu.cs.treewidth.input.InputException
public class InputException
Exception to be thrown from GraphInput
implementations. Exists
for the benefit of GraphInput.get()
's exception specification.
Useful in a GraphInput
that doesn't want to catch
an exception that it itself encountered.
Field Summary | |
---|---|
java.lang.Exception |
originalException
The exception that is being |
Constructor Summary | |
---|---|
InputException(java.lang.Exception e)
Remembers an original Exception . |
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.lang.Exception originalException
Constructor Detail |
---|
public InputException(java.lang.Exception e)
Exception
.
e
- The originalMethod Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |