|
|||||||||
| 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
java.lang.IllegalArgumentException
net.sf.japaki.beans.NoSuchPropertyException
public class NoSuchPropertyException
Signals that the bean does not have a property of a specified name.
| Constructor Summary | |
|---|---|
NoSuchPropertyException()
Constructs a NoSuchPropertyException with no
detail message. |
|
NoSuchPropertyException(String s)
Constructs a NoSuchPropertyException with the
specified detail message. |
|
NoSuchPropertyException(String name,
Class type)
Constructs a NoSuchPropertyException with the
specified detail message. |
|
NoSuchPropertyException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause. |
|
NoSuchPropertyException(Throwable cause)
Constructs a new exception with the specified cause. |
|
| 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 NoSuchPropertyException()
NoSuchPropertyException with no
detail message.
public NoSuchPropertyException(String s)
NoSuchPropertyException with the
specified detail message.
s - the detail message, typically the name of the property
that could not be found.
public NoSuchPropertyException(String message,
Throwable cause)
Throwable for details.
public NoSuchPropertyException(Throwable cause)
Throwable for details.
public NoSuchPropertyException(String name,
Class type)
NoSuchPropertyException with the
specified detail message.
name - the name of the property that could not be foundtype - class where the property was searched
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||