|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jomc.model.PropertyException
public class PropertyException
Gets thrown whenever getting a Property's value fails unexpectedly.
Property.getJavaValue(java.lang.ClassLoader),
Serialized Form| Constructor Summary | |
|---|---|
PropertyException()
Creates a new PropertyException instance. |
|
PropertyException(String message)
Creates a new PropertyException instance taking a message. |
|
PropertyException(String message,
Throwable cause)
Creates a new PropertyException instance taking a message and a cause. |
|
PropertyException(Throwable cause)
Creates a new PropertyException instance taking a 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 PropertyException()
PropertyException instance.
public PropertyException(String message)
PropertyException instance taking a message.
message - The message of the exception.public PropertyException(Throwable cause)
PropertyException instance taking a cause.
cause - The cause of the exception.
public PropertyException(String message,
Throwable cause)
PropertyException instance taking a message and a cause.
message - The message of the exception.cause - The cause of the exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Copyright © 2005-2012 The JOMC Project. All Rights Reserved. |