org.hypergraphdb
Class HGException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hypergraphdb.HGException
- All Implemented Interfaces:
- java.io.Serializable
public class HGException
- extends java.lang.RuntimeException
A HGException is thrown by HyperGraph code anywhere an abnormal
situation, that cannot usually be handled in an obvious way besides
debugging, occurs.
- Author:
- Borislav Iordanov
- See Also:
- Serialized Form
| 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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
HGException
public HGException(java.lang.String msg)
HGException
public HGException(java.lang.String msg,
java.lang.Throwable cause)
HGException
public HGException(java.lang.Throwable cause)