net.wimpi.modbus.procimg
Class IllegalAddressException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
IllegalAddressException()
          Constructs a new IllegalAddressException.
IllegalAddressException(String message)
          Constructs a new IllegalAddressException with the given message.
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.