Package ghidra.program.model.util
Class TypeMismatchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ghidra.program.model.util.TypeMismatchException
-
- All Implemented Interfaces:
java.io.Serializable
public class TypeMismatchException extends java.lang.RuntimeException
Exception thrown when a PropertyPage does not support a requested data type.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TypeMismatchException()
ConstructorTypeMismatchException(java.lang.String msg)
Constructor
-