public class

PropertyUnmarshalException

extends UnmarshalException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ xades4j.XAdES4jException
         ↳ xades4j.xml.unmarshalling.UnmarshalException
           ↳ xades4j.xml.unmarshalling.PropertyUnmarshalException

Class Overview

Thrown when there is an error unmarshalling a property data object.

Summary

Public Constructors
PropertyUnmarshalException(String msg, String propertyName)
Public Methods
String getPropertyName()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public PropertyUnmarshalException (String msg, String propertyName)

Public Methods

public String getPropertyName ()