lejos.nxt.remote
Class LCPException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by lejos.nxt.remote.LCPException

public class LCPException
extends IOException


Constructor Summary
LCPException()
           
LCPException(byte errorcode)
           
LCPException(String s)
           
LCPException(String s, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, initCause, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LCPException

public LCPException()

LCPException

public LCPException(String s)

LCPException

public LCPException(byte errorcode)

LCPException

public LCPException(String s,
                    Throwable cause)