com.adobe.idp.dsc.registry
Class DataTypeNotFoundException

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.DataTypeNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class DataTypeNotFoundException
extends RegistryException
implements java.io.Serializable

An exception indicating that the data type was not found.

See Also:
Serialized Form

Constructor Summary
DataTypeNotFoundException(java.lang.String aDataTypeId)
          Constructor that uses the specified data type.
DataTypeNotFoundException(java.lang.String aDataTypeId, int aMajorVersion, int aMinorVersion)
          Constructor that uses the specified data type 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

DataTypeNotFoundException

public DataTypeNotFoundException(java.lang.String aDataTypeId)
Constructor that uses the specified data type.

Parameters:
aDataTypeId - The data type.

DataTypeNotFoundException

public DataTypeNotFoundException(java.lang.String aDataTypeId,
                                 int aMajorVersion,
                                 int aMinorVersion)
Constructor that uses the specified data type and version information.

Parameters:
aDataTypeId - The data type.
aMajorVersion - The major version.
aMinorVersion - The minor version.


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