Package ghidra.util.exception
Class GraphException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ghidra.util.exception.UsrException
ghidra.util.exception.GraphException
- All Implemented Interfaces:
Serializable
Exception thrown if a failure occurs while generating a Graph.
- See Also:
-
Constructor Summary
ConstructorDescriptionDefault constructorGraphException
(String message) ConstructorGraphException
(String title, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GraphException
public GraphException()Default constructor -
GraphException
Constructor- Parameters:
message
- detailed message
-
GraphException
-