|
|||||||||
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.opends.server.admin.AdminRuntimeException
org.opends.server.admin.PropertyException
public abstract class PropertyException
Exceptions thrown as a result of errors that occurred when decoding and modifying property values.
Constructor Summary | |
---|---|
protected |
PropertyException(PropertyDefinition<?> pd,
Message message)
Creates property exception without a cause. |
protected |
PropertyException(PropertyDefinition<?> pd,
Message message,
java.lang.Throwable cause)
Creates property exception with a cause. |
Method Summary | |
---|---|
PropertyDefinition<?> |
getPropertyDefinition()
Get the property definition associated with the property that caused the exception. |
Methods inherited from class org.opends.server.admin.AdminRuntimeException |
---|
getMessageObject |
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 |
---|
protected PropertyException(PropertyDefinition<?> pd, Message message)
pd
- The property definition associated with the property
that caused the exception.message
- The message.protected PropertyException(PropertyDefinition<?> pd, Message message, java.lang.Throwable cause)
pd
- The property definition associated with the property
that caused the exception.message
- The message.cause
- The cause.Method Detail |
---|
public final PropertyDefinition<?> getPropertyDefinition()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |