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