|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jssc.SerialPortTimeoutException
public class SerialPortTimeoutException
Constructor Summary | |
---|---|
SerialPortTimeoutException(java.lang.String portName,
java.lang.String methodName,
int timeoutValue)
|
Method Summary | |
---|---|
java.lang.String |
getMethodName()
Getting method name during execution of which the exception was called |
java.lang.String |
getPortName()
Getting port name during operation with which the exception was called |
int |
getTimeoutValue()
Getting timeout value in millisecond |
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 |
---|
public SerialPortTimeoutException(java.lang.String portName, java.lang.String methodName, int timeoutValue)
Method Detail |
---|
public java.lang.String getPortName()
public java.lang.String getMethodName()
public int getTimeoutValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |