public class LCPException
extends java.io.IOException
| Constructor and Description |
|---|
LCPException() |
LCPException(byte errorcode) |
LCPException(java.lang.String s) |
LCPException(java.lang.String s,
java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
byte |
getErrorcode()
Returns error code, if this exception was caused by the NXT returned an LCP error.
|