|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.cmpware.cmp.IllegalOpcodeException
public class IllegalOpcodeException
This class implements the Illegal Opcode Exception. This is thrown whenever an attempt is made to execute an illegal opcode.
Copyright (c) 2004 Cmpware, Inc. All Rights Reserved.
| Field Summary | |
|---|---|
static java.lang.String |
copyright
Copyright string |
(package private) static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
IllegalOpcodeException()
The constructor |
|
IllegalOpcodeException(int opcode)
A constructor. |
|
IllegalOpcodeException(java.lang.String msg)
A constructor |
|
IllegalOpcodeException(java.lang.String msg,
int opcode)
A constructor. |
|
| Method Summary | |
|---|---|
int |
getOpcode()
This method returns the opcode that caused the exception. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String copyright
static final long serialVersionUID
| Constructor Detail |
|---|
public IllegalOpcodeException()
public IllegalOpcodeException(java.lang.String msg)
msg - The exception message string.
public IllegalOpcodeException(java.lang.String msg,
int opcode)
msg - The exception message string.opcode - The offending opcode.public IllegalOpcodeException(int opcode)
opcode - The offending opcode.| Method Detail |
|---|
public int getOpcode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||