xades4j.properties
Class PropertyTargetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
xades4j.properties.PropertyTargetException
- All Implemented Interfaces:
- Serializable
public class PropertyTargetException
- extends IllegalStateException
Indicates that a property couldn't be added to a target, such as a data object
description.
- Author:
- Luís
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PropertyTargetException
public PropertyTargetException()
- Creates a new instance of
PropertyTargetException without detail message.
PropertyTargetException
public PropertyTargetException(String msg)
- Constructs an instance of
PropertyTargetException with the specified detail message.
- Parameters:
msg - the detail message.
Copyright © 2012. All Rights Reserved.