Package ghidra.app.cmd.data.rtti.gcc
Class UnresolvedClassTypeInfoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ghidra.app.cmd.data.rtti.gcc.UnresolvedClassTypeInfoException
- All Implemented Interfaces:
- Serializable
public class UnresolvedClassTypeInfoException extends RuntimeException
Exception thrown when the data for a dynamically linked __class_type_info
 cannot be located.
- See Also:
- Serialized Form
- 
Constructor SummaryConstructors Constructor Description UnresolvedClassTypeInfoException(Address address, String symbol)UnresolvedClassTypeInfoException(Program program)UnresolvedClassTypeInfoException(Program program, String mangled)UnresolvedClassTypeInfoException(String msg)
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
UnresolvedClassTypeInfoException
- 
UnresolvedClassTypeInfoException
- 
UnresolvedClassTypeInfoException
- 
UnresolvedClassTypeInfoException
 
-