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.
Constructor and Description |
---|
HGException(java.lang.String msg) |
HGException(java.lang.String msg,
java.lang.Throwable cause) |
HGException(java.lang.Throwable cause) |