com.adobe.idp.dsc.registry
Class PropertyEditorNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.adobe.idp.dsc.DSCException
              extended by com.adobe.idp.dsc.registry.RegistryException
                  extended by com.adobe.idp.dsc.registry.PropertyEditorNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class PropertyEditorNotFoundException
extends RegistryException
implements java.io.Serializable

An exception indicating that the property editor was not found.

See Also:
Serialized Form

Constructor Summary
PropertyEditorNotFoundException(java.lang.String aEditorId)
          Constructor that uses the specified property editor.
PropertyEditorNotFoundException(java.lang.String aEditorId, int aMajorVersion, int aMinorVersion)
          Constructor that uses the specified property editor and version information.
 
Method Summary
 
Methods inherited from class com.adobe.idp.dsc.DSCException
getError, getMessage, getNestedThrowable, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyEditorNotFoundException

public PropertyEditorNotFoundException(java.lang.String aEditorId)
Constructor that uses the specified property editor.

Parameters:
aEditorId - The property editor.

PropertyEditorNotFoundException

public PropertyEditorNotFoundException(java.lang.String aEditorId,
                                       int aMajorVersion,
                                       int aMinorVersion)
Constructor that uses the specified property editor and version information.

Parameters:
aEditorId - The property editor.
aMajorVersion - The major version.
aMinorVersion - The minor version.


[an error occurred while processing this directive] [an error occurred while processing this directive]