Package jmri.jmrit.logixng.util.parser
Class CannotCreateInstanceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jmri.JmriException
-
- jmri.jmrit.logixng.util.parser.ParserException
-
- jmri.jmrit.logixng.util.parser.CannotCreateInstanceException
-
- All Implemented Interfaces:
java.io.Serializable
public class CannotCreateInstanceException extends ParserException
The class cannot be instanciated with the supplied parameters.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CannotCreateInstanceException(java.lang.String msg, java.lang.String className)
Constructs an instance ofCannotCreateInstanceException
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
-
CannotCreateInstanceException
public CannotCreateInstanceException(java.lang.String msg, java.lang.String className)
Constructs an instance ofCannotCreateInstanceException
with the specified detail message.- Parameters:
msg
- the detail message.className
- the name of the class
-
-
Method Detail
-
getMethodName
public java.lang.String getMethodName()
-
-