Package jmri.jmrit.logixng.expressions
Class ExpressionLinuxLinePower.NoPowerSuppliesException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jmri.JmriException
-
- jmri.jmrit.logixng.expressions.ExpressionLinuxLinePower.NoPowerSuppliesException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ExpressionLinuxLinePower
public static class ExpressionLinuxLinePower.NoPowerSuppliesException extends JmriException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoPowerSuppliesException()
Creates a new instance ofNoPowerSuppliesException
.
-
Method Summary
-
Methods inherited from class jmri.JmriException
getErrors, getLocalizedMessage, getMessage
-
-
-
-
Constructor Detail
-
NoPowerSuppliesException
public NoPowerSuppliesException()
Creates a new instance ofNoPowerSuppliesException
.
-
-