|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.dalsemi.system.IllegalAddressException
This exception is thrown by DataPort
when access to an address
outside the permitted range is attempted.
Constructor Summary | |
IllegalAddressException()
Constructs a IllegalAddressException with no detail message. |
|
IllegalAddressException(java.lang.String s)
Constructs a IllegalAddressException with the specified detail message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public IllegalAddressException()
IllegalAddressException
with no detail message.public IllegalAddressException(java.lang.String s)
IllegalAddressException
with the specified detail message.desc
- the detail message description
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |