Package jssc
Class SerialPortException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jssc.SerialPortException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSerialPortException
(String portName, String methodName, String exceptionType) -
Method Summary
Modifier and TypeMethodDescriptionGetting exception typeGetting method name during execution of which the exception was calledGetting port name during operation with which the exception was calledMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
TYPE_PORT_ALREADY_OPENED
- See Also:
-
TYPE_PORT_NOT_OPENED
- See Also:
-
TYPE_CANT_SET_MASK
- See Also:
-
TYPE_LISTENER_ALREADY_ADDED
- See Also:
-
TYPE_LISTENER_THREAD_INTERRUPTED
- See Also:
-
TYPE_CANT_REMOVE_LISTENER
- See Also:
-
TYPE_PARAMETER_IS_NOT_CORRECT
- Since:
- 0.8
- See Also:
-
TYPE_NULL_NOT_PERMITTED
- Since:
- 0.8
- See Also:
-
TYPE_PORT_BUSY
- Since:
- 0.9.0
- See Also:
-
TYPE_PORT_NOT_FOUND
- Since:
- 0.9.0
- See Also:
-
TYPE_PERMISSION_DENIED
- Since:
- 2.2.0
- See Also:
-
TYPE_INCORRECT_SERIAL_PORT
- Since:
- 2.3.0
- See Also:
-
-
Constructor Details
-
SerialPortException
-
-
Method Details
-
getPortName
Getting port name during operation with which the exception was called -
getMethodName
Getting method name during execution of which the exception was called -
getExceptionType
Getting exception type
-