lejos.pc.comm
Class NXTCommException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by lejos.pc.comm.NXTCommException
All Implemented Interfaces:
java.io.Serializable

public class NXTCommException
extends java.lang.Exception

An exception thrown by a NXTComm implementation.

See Also:
Serialized Form

Constructor Summary
NXTCommException()
           
NXTCommException(java.lang.String arg0)
           
NXTCommException(java.lang.String arg0, java.lang.Throwable arg1)
           
NXTCommException(java.lang.Throwable arg0)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NXTCommException

public NXTCommException()

NXTCommException

public NXTCommException(java.lang.String arg0,
                        java.lang.Throwable arg1)

NXTCommException

public NXTCommException(java.lang.String arg0)

NXTCommException

public NXTCommException(java.lang.Throwable arg0)