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:
 java.io.Serializable
public class GraphException extends UsrException
Exception thrown if a failure occurs while generating a Graph.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description GraphException()Default constructorGraphException(java.lang.String message)ConstructorGraphException(java.lang.String title, java.lang.Throwable cause) 
 -