Package ghidra.framework.model
Class DomainObjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ghidra.framework.model.DomainObjectException
- All Implemented Interfaces:
Serializable
DomainObjectException
provides a general RuntimeException
when a catastrophic error occurs which may affect the integrity of a
domain object such as an IOException.- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Constructor Details
-
DomainObjectException
Constructor.- Parameters:
t
- throwable error/exception which provides failure detail.
-
-
Method Details
-
printStackTrace
public void printStackTrace()- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
- Overrides:
printStackTrace
in classThrowable
-
toString
-