Package jmri.jmrix.purejavacomm
Class NoSuchPortException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jmri.jmrix.purejavacomm.NoSuchPortException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoSuchPortException extends java.lang.Exception
This exception is thrown when there is no such port.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchPortException()
Creates a new instance ofNoSuchPortException
without detail message.
-
-
-
Constructor Detail
-
NoSuchPortException
public NoSuchPortException()
Creates a new instance ofNoSuchPortException
without detail message.
-
-