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:
Serializable
Exception thrown if a data type does not allow its name to be changed.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalRenameException
public IllegalRenameException()Constructor. -
IllegalRenameException
Constructor- Parameters:
message
- detailed message explaining exception
-