public class XmTranslationException
extends java.lang.RuntimeException
Constructor and Description |
---|
XmTranslationException(org.w3c.dom.Node node,
java.lang.String msg)
Creates XmTranslationException.
|
XmTranslationException(org.w3c.dom.Node node,
java.lang.String msg,
java.lang.Throwable cause)
Creates XmTranslationException.
|
XmTranslationException(org.w3c.dom.Node node,
java.lang.Throwable cause)
Creates XmTranslationException.
|
XmTranslationException(java.lang.Throwable cause)
Creates XmTranslationException.
|
public XmTranslationException(org.w3c.dom.Node node, java.lang.String msg, java.lang.Throwable cause)
node
- a XcodeML node object which has fault description.cause
- the causepublic XmTranslationException(org.w3c.dom.Node node, java.lang.String msg)
node
- a XcodeML node object which has fault description.public XmTranslationException(org.w3c.dom.Node node, java.lang.Throwable cause)
node
- a XcodeML node object which has fault description.cause
- the causepublic XmTranslationException(java.lang.Throwable cause)
cause
- the cause