com.dalsemi.comm
Class CanBusException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.dalsemi.comm.CanBusException

public class CanBusException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
CanBusException()
          Constructs an Exception with no specified detail message.
CanBusException(java.lang.String s)
          Constructs an Exception 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

CanBusException

public CanBusException()
Constructs an Exception with no specified detail message.

CanBusException

public CanBusException(java.lang.String s)
Constructs an Exception with the specified detail message.
Parameters:
s - the detail message.