Package ghidra.pcode.error
Class LowlevelError
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- ghidra.pcode.error.LowlevelError
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
- Direct Known Subclasses:
 InstructionDecodeException,UnimplementedCallOtherException,UnimplementedInstructionException,UnsupportedFloatFormatException
public class LowlevelError extends java.lang.RuntimeException- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description LowlevelError(java.lang.String message)LowlevelError(java.lang.String message, java.lang.Throwable throwable) 
 -