de.mguennewig.pobjtool
Class DictionaryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.mguennewig.pobjtool.DictionaryException
- All Implemented Interfaces:
- java.io.Serializable
public class DictionaryException
- extends java.lang.Exception
Signals that en error has been detected in the dictionary definition file.
- Author:
- Michael Günnewig
- See Also:
- Serialized Form
|
Constructor Summary |
DictionaryException(java.lang.Exception cause,
java.lang.String msgKey,
java.lang.Object... msgParams)
Creates a new dictionary exception that is associated with an exception. |
DictionaryException(org.w3c.dom.Node node,
java.lang.String msgKey,
java.lang.Object... msgParams)
Creates a new dictionary 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 |
DictionaryException
public DictionaryException(org.w3c.dom.Node node,
java.lang.String msgKey,
java.lang.Object... msgParams)
- Creates a new dictionary exception that is associated with a DOM node.
DictionaryException
public DictionaryException(java.lang.Exception cause,
java.lang.String msgKey,
java.lang.Object... msgParams)
- Creates a new dictionary exception that is associated with an exception.
getNode
public final org.w3c.dom.Node getNode()
getMsgKey
public final java.lang.String getMsgKey()
getMsgParams
public final java.lang.Object[] getMsgParams()