Package lejos.remote.nxt
Class LCPException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- lejos.remote.nxt.LCPException
-
- All Implemented Interfaces:
java.io.Serializable
public class LCPException extends java.io.IOException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LCPException()LCPException(byte errorcode)LCPException(java.lang.String s)LCPException(java.lang.String s, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description bytegetErrorcode()Returns error code, if this exception was caused by the NXT returned an LCP error.
-