org.hypergraphdb
Class HGException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
HGException(java.lang.String msg)
           
HGException(java.lang.String msg, java.lang.Throwable cause)
           
HGException(java.lang.Throwable 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)