Uses of Class
jmri.jmrix.purejavacomm.NoSuchPortException
-
Packages that use NoSuchPortException Package Description jmri.jmrix Interfaces and implementations for system-specific code.jmri.jmrix.purejavacomm -
-
Uses of NoSuchPortException in jmri.jmrix
Methods in jmri.jmrix with parameters of type NoSuchPortException Modifier and Type Method Description java.lang.String
AbstractSerialPortController. handlePortNotFound(NoSuchPortException p, java.lang.String portName, org.slf4j.Logger log)
Specific error handling for jmri.jmrix.purejavacomm port-not-found case. -
Uses of NoSuchPortException in jmri.jmrix.purejavacomm
Methods in jmri.jmrix.purejavacomm that throw NoSuchPortException Modifier and Type Method Description static CommPortIdentifier
CommPortIdentifier. getPortIdentifier(java.lang.String portName)
SerialPort
CommPortIdentifier. open(java.lang.String appName, int timeout)
-