Package ghidra.program.model.data
Class IllegalRenameException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ghidra.util.exception.UsrException
-
- ghidra.program.model.data.IllegalRenameException
-
- All Implemented Interfaces:
java.io.Serializable
public class IllegalRenameException extends UsrException
Exception thrown if a data type does not allow its name to be changed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalRenameException()
Constructor.IllegalRenameException(java.lang.String message)
Constructor
-