Package jmri.jmrix.purejavacomm
Class NoSuchPortException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jmri.jmrix.purejavacomm.NoSuchPortException
- All Implemented Interfaces:
Serializable
This exception is thrown when there is no such port.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofNoSuchPortExceptionwithout detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchPortException
public NoSuchPortException()Creates a new instance ofNoSuchPortExceptionwithout detail message.
-