xades4j.properties
Class PropertyTargetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by 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

Constructor Summary
PropertyTargetException()
          Creates a new instance of PropertyTargetException without detail message.
PropertyTargetException(String msg)
          Constructs an instance of PropertyTargetException with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

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.