java.lang.Objectorg.objectweb.telosys.rpl.xml.output.OutputError
org.objectweb.telosys.rpl.xml.output.DataOutputError
Error fired during the generation of the "data" section in the XML output.
Constructor Summary | |
DataOutputError(java.lang.Object oDataInstance,
java.lang.String sElementName,
java.lang.String message)
Constructor |
|
DataOutputError(java.lang.Object oDataInstance,
java.lang.String sElementName,
java.lang.Throwable exception)
Constructor |
Method Summary | |
java.lang.Class |
getDataClass()
Returns the class of the data element instance |
java.lang.String |
getDataClassName()
Returns the class name of the data element instance |
java.lang.Object |
getDataInstance()
Returns the data element instance |
java.lang.String |
getElementName()
Returns the element name (never null) |
Methods inherited from class org.objectweb.telosys.rpl.xml.output.OutputError |
getException, getMessage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DataOutputError(java.lang.Object oDataInstance, java.lang.String sElementName, java.lang.Throwable exception)
oDataInstance
- sElementName
- exception
- public DataOutputError(java.lang.Object oDataInstance, java.lang.String sElementName, java.lang.String message)
oDataInstance
- sElementName
- message
- Method Detail |
public java.lang.String getElementName()
public java.lang.Object getDataInstance()
public java.lang.Class getDataClass()
public java.lang.String getDataClassName()