|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
lejos.pc.comm.NXTCommException
public class NXTCommException
An exception thrown by a NXTComm implementation.
Constructor Summary | |
---|---|
NXTCommException()
|
|
NXTCommException(String arg0)
|
|
NXTCommException(String arg0,
Throwable arg1)
|
|
NXTCommException(Throwable arg0)
|
Method Summary | |
---|---|
String |
getMessage()
|
Methods inherited from class java.lang.Throwable |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NXTCommException()
public NXTCommException(String arg0, Throwable arg1)
public NXTCommException(String arg0)
public NXTCommException(Throwable arg0)
Method Detail |
---|
public String getMessage()
getMessage
in class Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |