public class EGraph extends java.lang.Exception implements BubuntuGraph
| Constructor and Description |
|---|
EGraph()
Create an exception.
|
EGraph(java.lang.String message)
Create an exception with the specified message.
|
EGraph(java.lang.Throwable cause)
Create an exception with the specified cause.
|
public EGraph()
public EGraph(java.lang.String message)
message - The message to send with the exception.public EGraph(java.lang.Throwable cause)
cause - The cause to send with the exception.