Package jmri.jmrit.logixng.util.parser
Class CalculateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jmri.JmriException
-
- jmri.jmrit.logixng.util.parser.ParserException
-
- jmri.jmrit.logixng.util.parser.CalculateException
-
- All Implemented Interfaces:
java.io.Serializable
public class CalculateException extends ParserException
Exception thrown when the calculation failed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CalculateException(java.lang.String msg)
Constructs an instance ofCalculateException
with the specified detail message.
-
Method Summary
-
Methods inherited from class jmri.JmriException
getErrors, getLocalizedMessage, getMessage
-
-
-
-
Constructor Detail
-
CalculateException
public CalculateException(java.lang.String msg)
Constructs an instance ofCalculateException
with the specified detail message.- Parameters:
msg
- the detail message.
-
-