jamod at SF

net.wimpi.modbus.procimg
Class IllegalAddressException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bynet.wimpi.modbus.procimg.IllegalAddressException
All Implemented Interfaces:
java.io.Serializable

public class IllegalAddressException
extends java.lang.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:
1.2rc1 (09/11/2004)
Author:
Dieter Wimberger
See Also:
Serialized Form

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

IllegalAddressException

public IllegalAddressException()
Constructs a new IllegalAddressException.


IllegalAddressException

public IllegalAddressException(java.lang.String message)
Constructs a new IllegalAddressException with the given message.

Parameters:
message - a message as String.

jamod at SF

Copyright © 2002-2004 jamod development team.