|
||||||||||
| 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.IllegalRegisterException
public class IllegalRegisterException
This class implements the Illegal Register Exception. This is thrown whenever an illegal register access is made.
Copyright (c) 2004 Cmpware, Inc. All Rights Reserved.
| Field Summary | |
|---|---|
static java.lang.String |
copyright
Copyright string |
(package private) static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
IllegalRegisterException()
The constructor |
|
IllegalRegisterException(int registerIndex)
A constructor. |
|
IllegalRegisterException(java.lang.String msg)
A constructor |
|
IllegalRegisterException(java.lang.String msg,
int registerIndex)
A constructor. |
|
| Method Summary | |
|---|---|
int |
getRegisterIndex()
This method returns the memory address 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 IllegalRegisterException()
public IllegalRegisterException(java.lang.String msg)
msg - The exception message string.
public IllegalRegisterException(java.lang.String msg,
int registerIndex)
msg - The exception message string.registerIndex - The register index that
caused the exceptionpublic IllegalRegisterException(int registerIndex)
registerIndex - The register index that
caused the exception| Method Detail |
|---|
public int getRegisterIndex()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||