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:
Serializable
- Enclosing class:
- ExpressionLinuxLinePower
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofNoPowerSuppliesException. -
Method Summary
Methods inherited from class jmri.JmriException
getErrors, getLocalizedMessage, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoPowerSuppliesException
public NoPowerSuppliesException()Creates a new instance ofNoPowerSuppliesException.
-