|
|||||||||||
| 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.apache.jetspeed.exception.JetspeedException
org.apache.jetspeed.prefs.PropertyException
Exception throwns if a property or its set definition cannot be found or already exists.
| Field Summary | |
static String |
NODE_ALREADY_EXISTS
Preferences node already exists exception message. |
static String |
NODE_NOT_FOUND
Preferences node not found exception message. |
static String |
PROPERTYKEY_ALREADY_EXISTS
Property key already exists exception message. |
static String |
PROPERTYKEY_NOT_FOUND
Property key not found exception message. |
| Fields inherited from class org.apache.jetspeed.exception.JetspeedException |
KEYED_MESSAGE_BUNDLE |
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
PropertyException()
Default Constructor. |
|
PropertyException(String message)
Constructor with exception message. |
|
PropertyException(String msg,
Throwable nested)
Constructor with exception message and nested exception. |
|
PropertyException(Throwable nested)
Constructor with nested exception. |
|
| Methods inherited from class org.apache.jetspeed.exception.JetspeedException |
getKeyedMessage, getMessage, getMessage, getMessage |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final String NODE_NOT_FOUND
public static final String NODE_ALREADY_EXISTS
public static final String PROPERTYKEY_NOT_FOUND
public static final String PROPERTYKEY_ALREADY_EXISTS
| Constructor Detail |
public PropertyException()
Default Constructor.
public PropertyException(String message)
Constructor with exception message.
message - The exception message.public PropertyException(Throwable nested)
Constructor with nested exception.
nested - Nested exception.
public PropertyException(String msg,
Throwable nested)
Constructor with exception message and nested exception.
msg - The exception message.nested - Nested exception.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||