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:
java.io.Serializable
public class EmptyCompositeException extends UsrException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EmptyCompositeException()
Constructor.EmptyCompositeException(Composite composite)
ConstructorEmptyCompositeException(java.lang.String message)
Constructor
-
-
-
Constructor Detail
-
EmptyCompositeException
public EmptyCompositeException()
Constructor.
-
EmptyCompositeException
public EmptyCompositeException(Composite composite)
Constructor- Parameters:
composite
- the structure data type that is empty.
-
EmptyCompositeException
public EmptyCompositeException(java.lang.String message)
Constructor- Parameters:
message
- detailed message explaining exception
-
-