xades4j.xml.marshalling
Class UnsupportedDataObjectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by xades4j.XAdES4jException
              extended by xades4j.xml.marshalling.MarshalException
                  extended by xades4j.xml.marshalling.UnsupportedDataObjectException
All Implemented Interfaces:
Serializable

public class UnsupportedDataObjectException
extends MarshalException

Thrown during the marshalling stage if a proeprty data object is not supported by the PropertiesMarshallers in use.

Author:
Luís
See Also:
Serialized Form

Constructor Summary
UnsupportedDataObjectException(PropertyDataObject dataObject)
           
 
Method Summary
 PropertyDataObject getDataObject()
           
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedDataObjectException

public UnsupportedDataObjectException(PropertyDataObject dataObject)
Method Detail

getDataObject

public PropertyDataObject getDataObject()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2012. All Rights Reserved.