Package jmri
Class TimebaseRateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jmri.JmriException
-
- jmri.TimebaseRateException
-
- All Implemented Interfaces:
java.io.Serializable
public class TimebaseRateException extends JmriException
Thrown to indicate that a Timebase can't handle a particular rate setting that's been requested.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TimebaseRateException()
TimebaseRateException(java.lang.String s)
-
Method Summary
-
Methods inherited from class jmri.JmriException
getErrors, getLocalizedMessage, getMessage
-
-
-
-
Constructor Detail
-
TimebaseRateException
public TimebaseRateException(java.lang.String s)
-
TimebaseRateException
public TimebaseRateException()
-
-