|
||||||||||
| 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
org.addsimplicity.anicetus.io.MissingPropertyException
public class MissingPropertyException
The missing property exception occurs when a json string maps to a java object and a property in the json string is not settable on the object. It is non-fatal.
| Constructor Summary | |
|---|---|
MissingPropertyException()
Construct an empty exception. |
|
MissingPropertyException(java.lang.String message)
Construct a message with the specified string. |
|
MissingPropertyException(java.lang.String name,
java.lang.Object type)
Construct an exception given the missing property name and the type. |
|
MissingPropertyException(java.lang.String message,
java.lang.Throwable cause)
Construct an exception with the specified message and cause exception. |
|
MissingPropertyException(java.lang.Throwable cause)
Construct a message 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 MissingPropertyException()
public MissingPropertyException(java.lang.String message)
message - The message string.
public MissingPropertyException(java.lang.String name,
java.lang.Object type)
name - The name of the property.type - The object type.
public MissingPropertyException(java.lang.String message,
java.lang.Throwable cause)
message - The exception message.cause - The triggering exception.public MissingPropertyException(java.lang.Throwable cause)
cause - The triggering exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||