Package ghidra.program.model.listing
Class ContextChangeException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- ghidra.util.exception.UsrException
 - 
- ghidra.program.model.listing.ContextChangeException
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class ContextChangeException extends UsrException
ContextChangeExceptionindicates that an illegal change to program context has been attempted.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ContextChangeException()Constructs an ContextChangeException with no detail message.ContextChangeException(java.lang.String message)Constructs an ContextChangeException with the specified detail message. 
 - 
 
- 
- 
Constructor Detail
- 
ContextChangeException
public ContextChangeException()
Constructs an ContextChangeException with no detail message.
 
- 
ContextChangeException
public ContextChangeException(java.lang.String message)
Constructs an ContextChangeException with the specified detail message.
- Parameters:
 message- The message.
 
 - 
 
 -