Package ghidra.util.map
Class TypeMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ghidra.util.map.TypeMismatchException
- All Implemented Interfaces:
Serializable
Exception thrown when a PropertyPage does not support a
requested data type.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructorConstructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TypeMismatchException
public TypeMismatchException()Constructor -
TypeMismatchException
Constructor- Parameters:
msg
- detailed message
-