Package ghidra.program.model.lang
Class InsufficientBytesException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- ghidra.util.exception.UsrException
- 
- ghidra.program.model.lang.InsufficientBytesException
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class InsufficientBytesException extends UsrException An InsufficientBytesException indicates that there were not enough consecutive bytes available to fully parse an instruction. - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description InsufficientBytesException()Constructs an InsufficientBytesException with a default message.InsufficientBytesException(java.lang.String message)Constructs an InsufficientBytesException with the specified detail message.
 
- 
- 
- 
Constructor Detail- 
InsufficientBytesExceptionpublic InsufficientBytesException() Constructs an InsufficientBytesException with a default message. 
 - 
InsufficientBytesExceptionpublic InsufficientBytesException(java.lang.String message) Constructs an InsufficientBytesException with the specified detail message. - Parameters:
- message- The message.
 
 
- 
 
-