Package com.ibm.wala.util.graph
Class GraphIntegrity.UnsoundGraphException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ibm.wala.util.graph.GraphIntegrity.UnsoundGraphException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- GraphIntegrity
public static class GraphIntegrity.UnsoundGraphException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsoundGraphException()
UnsoundGraphException(String s)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnsoundGraphException
public UnsoundGraphException()
-
UnsoundGraphException
public UnsoundGraphException(String s)
-
-