cork.net.i2c
Class I2CException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--cork.device.DeviceException
                          |
                          +--cork.net.i2c.I2CException
All Implemented Interfaces:
java.io.Serializable

public class I2CException
extends DeviceException

I2C specific exception class.

Version:
0.2.0
Author:
Elliot West
See Also:
Serialized Form

Constructor Summary
I2CException()
          Creates new I2CBusException without detail message.
I2CException(java.lang.String msg)
          Constructs an I2CBusException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

I2CException

public I2CException()
Creates new I2CBusException without detail message.
Since:
 

I2CException

public I2CException(java.lang.String msg)
Constructs an I2CBusException with the specified detail message.
Parameters:
msg - the detail message.
Since: