org.apache.bval.jsr303
Class UnknownPropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.validation.ValidationException
                  extended by org.apache.bval.jsr303.UnknownPropertyException
All Implemented Interfaces:
Serializable

public class UnknownPropertyException
extends ValidationException

Internal exception thrown when trying to access a property that doesn't exist in a bean.

Version:
$Rev: 1166451 $ $Date: 2011-09-08 00:32:26 +0200 (Thu, 08 Sep 2011) $
Author:
Carlos Vara
See Also:
Serialized Form

Constructor Summary
UnknownPropertyException()
          Create a new UnknownPropertyException instance.
UnknownPropertyException(String message)
          Create a new UnknownPropertyException instance.
UnknownPropertyException(String message, Throwable cause)
          Create a new UnknownPropertyException instance.
UnknownPropertyException(Throwable cause)
          Create a new UnknownPropertyException instance.
 
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

UnknownPropertyException

public UnknownPropertyException(String message)
Create a new UnknownPropertyException instance.

Parameters:
message -

UnknownPropertyException

public UnknownPropertyException()
Create a new UnknownPropertyException instance.


UnknownPropertyException

public UnknownPropertyException(String message,
                                Throwable cause)
Create a new UnknownPropertyException instance.

Parameters:
message -
cause -

UnknownPropertyException

public UnknownPropertyException(Throwable cause)
Create a new UnknownPropertyException instance.

Parameters:
cause -


Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.