|
||||||||||
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 java.lang.RuntimeException org.apache.commons.graph.GraphException
public class GraphException
GraphException This is the superclass of all exceptions that can be thrown.
Constructor Summary | |
---|---|
GraphException()
Constructs a new graph exception. |
|
GraphException(String msg)
Constructs a new graph exception with the specified detail message. |
|
GraphException(String msg,
Throwable cause)
Constructs a new graph exception with the specified detail message and cause. |
|
GraphException(Throwable cause)
Constructs a new graph exception with the specified cause. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GraphException()
public GraphException(String msg)
msg
- the detail message.public GraphException(Throwable cause)
cause
- the causepublic GraphException(String msg, Throwable cause)
msg
- the detail message.cause
- the cause
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |