public class InstructionMismatchException
extends java.lang.RuntimeException
InsnSequence
between two
unconnected nodes.Constructor and Description |
---|
InstructionMismatchException(java.lang.String message)
Constructs a new instruction mismatch exception with the specified detail message.
|
InstructionMismatchException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new instruction mismatch exception with the specified detail message and cause.
|
InstructionMismatchException(java.lang.Throwable cause)
Constructs a new instruction mismatch exception with the specified cause and a
detail message of
(cause==null ? null : cause.toString()) |
public InstructionMismatchException(java.lang.String message)
message
- the detail messagepublic InstructionMismatchException(java.lang.String message, java.lang.Throwable cause)
message
- the detail messagecause
- the cause, may be null (indicating nonexistent or unknown cause)public InstructionMismatchException(java.lang.Throwable cause)
(cause==null ? null : cause.toString())
cause
- the cause, may be null (indicating nonexistent or unknown cause)