public class FaultData
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
FaultData(javax.xml.namespace.QName fault,
org.w3c.dom.Element faultMsg,
OVarType faultVarType,
OBase location) |
FaultData(javax.xml.namespace.QName fault,
OBase location,
java.lang.String explanation) |
Modifier and Type | Method and Description |
---|---|
protected int |
findLineNo(OBase location)
Find the best line number for the given location.
|
int |
getActivityId() |
java.lang.String |
getExplanation() |
int |
getFaultLineNo() |
org.w3c.dom.Element |
getFaultMessage()
Return potential message associated with fault.
|
javax.xml.namespace.QName |
getFaultName()
Get the fault name.
|
OVarType |
getFaultType()
The message type of the fault message data.
|
java.lang.String |
toString() |
public FaultData(javax.xml.namespace.QName fault, OBase location, java.lang.String explanation)
public org.w3c.dom.Element getFaultMessage()
public OVarType getFaultType()
public javax.xml.namespace.QName getFaultName()
public int getFaultLineNo()
public java.lang.String getExplanation()
public int getActivityId()
protected int findLineNo(OBase location)
location
- public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()