org.opends.server.admin
Class UnknownPropertyDefinitionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.opends.server.admin.AdminRuntimeException
                  extended by org.opends.server.admin.PropertyException
                      extended by org.opends.server.admin.UnknownPropertyDefinitionException
All Implemented Interfaces:
java.io.Serializable

public final class UnknownPropertyDefinitionException
extends PropertyException

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.

See Also:
Serialized Form

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

UnknownPropertyDefinitionException

public UnknownPropertyDefinitionException(PropertyDefinition<?> pd,
                                          java.lang.Object p)
Creates a new unknown property definition exception.

Parameters:
pd - The unknown property definition.
p - The visitor parameter if there was one.
Method Detail

getParameter

public java.lang.Object getParameter()
Get the visitor parameter if there was one.

Returns:
Returns the visitor parameter if there was one.