public class

PropertyTargetException

extends IllegalStateException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ java.lang.IllegalStateException
           ↳ xades4j.properties.PropertyTargetException

Class Overview

Indicates that a property couldn't be added to a target, such as a data object description.

Summary

Public Constructors
PropertyTargetException()
Creates a new instance of PropertyTargetException without detail message.
PropertyTargetException(String msg)
Constructs an instance of PropertyTargetException with the specified detail message.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public PropertyTargetException ()

Creates a new instance of PropertyTargetException without detail message.

public PropertyTargetException (String msg)

Constructs an instance of PropertyTargetException with the specified detail message.

Parameters
msg the detail message.