Package jmri.jmrit.logixng.util.parser
Class ReflectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jmri.JmriException
jmri.jmrit.logixng.util.parser.ParserException
jmri.jmrit.logixng.util.parser.ReflectionException
- All Implemented Interfaces:
Serializable
Reflection error.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReflectionException(String msg, Throwable t) Constructs an instance ofReflectionExceptionwith 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
-
ReflectionException
Constructs an instance ofReflectionExceptionwith the specified detail message.- Parameters:
msg- the detail message.t- the cause
-