Package jmri.jmrix.nce
Class NceMessageCheck
- java.lang.Object
-
- jmri.jmrix.nce.NceMessageCheck
-
public class NceMessageCheck extends java.lang.Object
Checks that a NCE message is valid for the connection type. Throws an exception if message isn't appropriate for the connection type.
-
-
Constructor Summary
Constructors Constructor Description NceMessageCheck()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
checkMessage(NceSystemConnectionMemo memo, NceMessage m)
-
-
-
Constructor Detail
-
NceMessageCheck
public NceMessageCheck()
-
-
Method Detail
-
checkMessage
public static void checkMessage(NceSystemConnectionMemo memo, NceMessage m) throws JmriException
- Throws:
JmriException
-
-