Package jmri.jmrit.logixng.util.parser
Class CannotCallMethodException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jmri.JmriException
-
- jmri.jmrit.logixng.util.parser.ParserException
-
- jmri.jmrit.logixng.util.parser.CannotCallMethodException
-
- All Implemented Interfaces:
java.io.Serializable
public class CannotCallMethodException extends ParserException
The method can't be called- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CannotCallMethodException(java.lang.String msg, java.lang.String methodName)
Constructs an instance ofCannotCallMethodException
with the specified detail message.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMethodName()
-
Methods inherited from class jmri.JmriException
getErrors, getLocalizedMessage, getMessage
-
-
-
-
Constructor Detail
-
CannotCallMethodException
public CannotCallMethodException(java.lang.String msg, java.lang.String methodName)
Constructs an instance ofCannotCallMethodException
with the specified detail message.- Parameters:
msg
- the detail message.methodName
- the name of the method
-
-
Method Detail
-
getMethodName
public java.lang.String getMethodName()
-
-