Package ghidra.program.model.data
Class DataTypeDependencyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ghidra.program.model.data.DataTypeDependencyException
- All Implemented Interfaces:
Serializable
DataTypeDependencyException
corresponds to a datatype dependency failure.
This can occur under various situations, including when trying to replace a dataType
with a dataType that depends on the dataType being replaced. This error may also occur
when a datatype dependency can not be satisfied.- See Also:
-
Constructor Summary
ConstructorDescriptionDataTypeDependencyException
(String message) DataTypeDependencyException
(String message, 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
-
DataTypeDependencyException
public DataTypeDependencyException() -
DataTypeDependencyException
-
DataTypeDependencyException
-
DataTypeDependencyException
-