jamod at SF

net.wimpi.modbus
Class ModbusException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.wimpi.modbus.ModbusException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ModbusIOException, ModbusSlaveException

public class ModbusException
extends java.lang.Exception

Superclass of all specialised exceptions in this package.

Version:
1.2rc1 (09/11/2004)
Author:
Dieter Wimberger
See Also:
Serialized Form

Constructor Summary
ModbusException()
          Constructs a new ModbusException instance.
ModbusException(java.lang.String message)
          Constructs a new ModbusException instance 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

ModbusException

public ModbusException()
Constructs a new ModbusException instance.


ModbusException

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

Parameters:
message - the message describing this ModbusException.

jamod at SF

Copyright © 2002-2004 jamod development team.