|
||||||||||
| 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.BreakpointException
public class BreakpointException
This class implements the Breakpoint Exception. This is thrown whenever a breakpoint is encountered.
Copyright (c) 2004 Cmpware, Inc. All Rights Reserved.
| Field Summary | |
|---|---|
static java.lang.String |
copyright
Copyright string |
(package private) static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
BreakpointException()
The constructor |
|
BreakpointException(int addr)
A constructor. |
|
BreakpointException(java.lang.String msg)
A constructor |
|
BreakpointException(java.lang.String msg,
int addr)
A constructor. |
|
| Method Summary | |
|---|---|
int |
getAddress()
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 BreakpointException()
public BreakpointException(java.lang.String msg)
msg - The exception message string.
public BreakpointException(java.lang.String msg,
int addr)
msg - The exception message string.addr - The address of the exception.public BreakpointException(int addr)
addr - The address of the exception.| Method Detail |
|---|
public int getAddress()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||