org.objectweb.telosys.rpl.xml.output
Class DataOutputError

java.lang.Object
  extended byorg.objectweb.telosys.rpl.xml.output.OutputError
      extended byorg.objectweb.telosys.rpl.xml.output.DataOutputError

public class DataOutputError
extends OutputError

Error fired during the generation of the "data" section in the XML output.

Since:
1.0.5

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

DataOutputError

public DataOutputError(java.lang.Object oDataInstance,
                       java.lang.String sElementName,
                       java.lang.Throwable exception)
Constructor

Parameters:
oDataInstance -
sElementName -
exception -

DataOutputError

public DataOutputError(java.lang.Object oDataInstance,
                       java.lang.String sElementName,
                       java.lang.String message)
Constructor

Parameters:
oDataInstance -
sElementName -
message -
Method Detail

getElementName

public java.lang.String getElementName()
Returns the element name (never null)

Returns:

getDataInstance

public java.lang.Object getDataInstance()
Returns the data element instance

Returns:

getDataClass

public java.lang.Class getDataClass()
Returns the class of the data element instance

Returns:

getDataClassName

public java.lang.String getDataClassName()
Returns the class name of the data element instance

Returns: