Package jmri.jmrix
Class NetworkConfigException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jmri.JmriException
-
- jmri.jmrix.NetworkConfigException
-
- All Implemented Interfaces:
java.io.Serializable
public class NetworkConfigException extends JmriException
Represents a failure during the configuration of a serial port, typically via a NetworkPortAdapter interface.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NetworkConfigException()
NetworkConfigException(java.lang.String s)
-
Method Summary
-
Methods inherited from class jmri.JmriException
getErrors, getLocalizedMessage, getMessage
-
-
-
-
Constructor Detail
-
NetworkConfigException
public NetworkConfigException(java.lang.String s)
-
NetworkConfigException
public NetworkConfigException()
-
-