lejos.pc.comm
Class NXTCommException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by lejos.pc.comm.NXTCommException

public class NXTCommException
extends Exception

An exception thrown by a NXTComm implementation.

Rating red

Constructor Summary
NXTCommException()
           
NXTCommException(String arg0)
           
NXTCommException(String arg0, Throwable arg1)
           
NXTCommException(Throwable arg0)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
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(String arg0,
                        Throwable arg1)

NXTCommException

public NXTCommException(String arg0)

NXTCommException

public NXTCommException(Throwable arg0)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable