Package ghidra.app.util.datatype
Class EmptyCompositeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ghidra.util.exception.UsrException
ghidra.app.util.datatype.EmptyCompositeException
- All Implemented Interfaces:
Serializable
Exception thrown if the composite data type is empty.
Typically this will be thrown if the user tries to save or apply a
composite with no components.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructor.EmptyCompositeException
(Composite composite) ConstructorEmptyCompositeException
(String message) Constructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EmptyCompositeException
public EmptyCompositeException()Constructor. -
EmptyCompositeException
Constructor- Parameters:
composite
- the structure data type that is empty.
-
EmptyCompositeException
Constructor- Parameters:
message
- detailed message explaining exception
-