PropertyValidationException Class

com.bea.p13n.property
PropertyValidationException Class

public class PropertyValidationException

    extends ApplicationException

Application exception to signify that a given property did not match its corresponding PropertyDefinition.


Hierarchy
Object
  Throwable
    Exception
      ApplicationException
        PropertyValidationException
All Implemented Interfaces

Serializable

Constructor Summary

PropertyValidationException()

PropertyValidationException(String message, Throwable t)

Constructor
PropertyValidationException(String message)

Constructor
PropertyValidationException(Throwable t)

Constructor
 

Method Summary

 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

PropertyValidationException

public PropertyValidationException()

PropertyValidationException

public PropertyValidationException(String message, 
                                   Throwable t)
Constructor

PropertyValidationException

public PropertyValidationException(String message)
Constructor

PropertyValidationException

public PropertyValidationException(Throwable t)
Constructor