lejos.pc.comm
Class NXTCommException
java.lang.Object
java.lang.Throwable
java.lang.Exception
lejos.pc.comm.NXTCommException
- All Implemented Interfaces:
- java.io.Serializable
public class NXTCommException
- extends java.lang.Exception
An exception thrown by a NXTComm implementation.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NXTCommException
public NXTCommException()
NXTCommException
public NXTCommException(java.lang.String arg0,
java.lang.Throwable arg1)
NXTCommException
public NXTCommException(java.lang.String arg0)
NXTCommException
public NXTCommException(java.lang.Throwable arg0)
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable