net.wimpi.modbus.procimg
Class IllegalAddressException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.wimpi.modbus.procimg.IllegalAddressException
- All Implemented Interfaces:
- Serializable
public class IllegalAddressException
- extends RuntimeException
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
- Version:
- @version@ (@date@)
- Author:
- Dieter Wimberger
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IllegalAddressException
public IllegalAddressException()
- Constructs a new IllegalAddressException.
IllegalAddressException
public IllegalAddressException(String message)
- Constructs a new IllegalAddressException
with the given message.
- Parameters:
message
- a message as String.
Copyright © 2010. All Rights Reserved.