|
|||||||||
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
org.opends.server.admin.UnknownPropertyDefinitionException
public final class UnknownPropertyDefinitionException
Indicates that an unknown type of property definition was encountered. This can occur as the management prototype develops and new kinds of property definitions are added.
Constructor Summary | |
---|---|
UnknownPropertyDefinitionException(PropertyDefinition<?> pd,
java.lang.Object p)
Creates a new unknown property definition exception. |
Method Summary | |
---|---|
java.lang.Object |
getParameter()
Get the visitor parameter if there was one. |
Methods inherited from class org.opends.server.admin.PropertyException |
---|
getPropertyDefinition |
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 |
---|
public UnknownPropertyDefinitionException(PropertyDefinition<?> pd, java.lang.Object p)
pd
- The unknown property definition.p
- The visitor parameter if there was one.Method Detail |
---|
public java.lang.Object getParameter()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |