|
jamod at SF | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException net.wimpi.modbus.procimg.IllegalAddressException
Class implementing an IllegalAddressException. This exception is thrown when a non-existant spot in the process image was addressed.
Note that this is a runtime exception, as it is similar to the IndexOutOfBoundsException
Constructor Summary | |
IllegalAddressException()
Constructs a new IllegalAddressException. |
|
IllegalAddressException(java.lang.String message)
Constructs a new IllegalAddressException with the given message. |
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 |
Constructor Detail |
public IllegalAddressException()
public IllegalAddressException(java.lang.String message)
message
- a message as String.
|
jamod at SF | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |