|
||||||||||
| 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
com.vaadin.data.util.MethodProperty.MethodException
public static class MethodProperty.MethodException
Exception object that signals that there were problems
calling or finding the specified getter or setter methods of the
property.
| Constructor Summary | |
|---|---|
MethodProperty.MethodException(Property property,
String msg)
Constructs a new MethodException with the specified
detail message. |
|
MethodProperty.MethodException(Property property,
Throwable cause)
Constructs a new MethodException from another exception. |
|
| Method Summary | |
|---|---|
Throwable |
getCause()
|
MethodProperty |
getMethodProperty()
Gets the method property this exception originates from. |
Property |
getProperty()
Gets the method property this exception originates from. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, 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 MethodProperty.MethodException(Property property,
String msg)
MethodException with the specified
detail message.
property - the property.msg - the detail message.
public MethodProperty.MethodException(Property property,
Throwable cause)
MethodException from another exception.
property - the property.cause - the cause of the exception.| Method Detail |
|---|
public Throwable getCause()
getCause in class ThrowableThrowable.getCause()public MethodProperty getMethodProperty()
public Property getProperty()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||