de.mguennewig.pobjtool
Class DictionaryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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.
 
Method Summary
 java.lang.String getMsgKey()
           
 java.lang.Object[] getMsgParams()
           
 org.w3c.dom.Node getNode()
           
 
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
 

Constructor Detail

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.

Method Detail

getNode

public final org.w3c.dom.Node getNode()

getMsgKey

public final java.lang.String getMsgKey()

getMsgParams

public final java.lang.Object[] getMsgParams()