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:
Serializable
The class is not found.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClassIsNotFoundException(String msg, String className) Constructs an instance ofClassIsNotFoundExceptionwith the specified detail message. -
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
-
ClassIsNotFoundException
Constructs an instance ofClassIsNotFoundExceptionwith the specified detail message.- Parameters:
msg- the detail message.className- the name of the class
-
-
Method Details
-
getClassName
-