com.adobe.idp.dsc.registry
Class PropertyEditorNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.idp.dsc.DSCException
com.adobe.idp.dsc.registry.RegistryException
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
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 |
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.