de.mguennewig.pobjimport
Class ParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.mguennewig.pobjimport.ParserException
- All Implemented Interfaces:
- java.io.Serializable
public final class ParserException
- extends java.lang.Exception
Signals that an error has been detected while parsing a file.
- Author:
- Michael Günnewig
- See Also:
- Serialized Form
|
Constructor Summary |
ParserException(java.lang.Exception cause,
java.lang.String msgKey,
java.lang.Object... msgParams)
Creates a new parser exception that is associated with an exception. |
ParserException(org.w3c.dom.Node node,
java.lang.String msgKey,
java.lang.Object... msgParams)
Creates a new parser exception that is associated with a DOM node. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ParserException
public ParserException(org.w3c.dom.Node node,
java.lang.String msgKey,
java.lang.Object... msgParams)
- Creates a new parser exception that is associated with a DOM node.
ParserException
public ParserException(java.lang.Exception cause,
java.lang.String msgKey,
java.lang.Object... msgParams)
- Creates a new parser exception that is associated with an exception.
getNode
public org.w3c.dom.Node getNode()
getMsgKey
public java.lang.String getMsgKey()
getMsgParams
public java.lang.Object[] getMsgParams()