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
All Implemented Interfaces:
java.io.Serializable

public class LCPException
extends java.io.IOException

See Also:
Serialized Form

Constructor Summary
LCPException()
           
LCPException(byte errorcode)
           
LCPException(java.lang.String s)
           
LCPException(java.lang.String s, java.lang.Throwable cause)
           
 
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

LCPException

public LCPException()

LCPException

public LCPException(java.lang.String s)

LCPException

public LCPException(byte errorcode)

LCPException

public LCPException(java.lang.String s,
                    java.lang.Throwable cause)