Package jmri.jmrit.logixng.util.parser
Class ClassIsNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jmri.JmriException
-
- jmri.jmrit.logixng.util.parser.ParserException
-
- jmri.jmrit.logixng.util.parser.ClassIsNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class ClassIsNotFoundException extends ParserException
The class is not found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClassIsNotFoundException(java.lang.String msg, java.lang.String className)
Constructs an instance ofClassIsNotFoundException
with the specified detail message.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getClassName()
-
Methods inherited from class jmri.JmriException
getErrors, getLocalizedMessage, getMessage
-
-
-
-
Constructor Detail
-
ClassIsNotFoundException
public ClassIsNotFoundException(java.lang.String msg, java.lang.String className)
Constructs an instance ofClassIsNotFoundException
with the specified detail message.- Parameters:
msg
- the detail message.className
- the name of the class
-
-
Method Detail
-
getClassName
public java.lang.String getClassName()
-
-