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:
java.io.Serializable
public class ReflectionException extends ParserException
Reflection error.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReflectionException(java.lang.String msg, java.lang.Throwable t)
Constructs an instance ofReflectionException
with the specified detail message.
-
Method Summary
-
Methods inherited from class jmri.JmriException
getErrors, getLocalizedMessage, getMessage
-
-
-
-
Constructor Detail
-
ReflectionException
public ReflectionException(java.lang.String msg, java.lang.Throwable t)
Constructs an instance ofReflectionException
with the specified detail message.- Parameters:
msg
- the detail message.t
- the cause
-
-