|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.validation.ValidationException
org.apache.bval.jsr303.UnknownPropertyException
public class UnknownPropertyException
Internal exception thrown when trying to access a property that doesn't exist in a bean.
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 |
---|
public UnknownPropertyException(String message)
message
- public UnknownPropertyException()
public UnknownPropertyException(String message, Throwable cause)
message
- cause
- public UnknownPropertyException(Throwable cause)
cause
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |