Uses of Class
gov.nasa.pds.registry.exception.ExceptionType

Packages that use ExceptionType
gov.nasa.pds.registry.exception   
 

Uses of ExceptionType in gov.nasa.pds.registry.exception
 

Methods in gov.nasa.pds.registry.exception that return ExceptionType
 ExceptionType RegistryServiceException.getExceptionType()
           
static ExceptionType ExceptionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ExceptionType[] ExceptionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in gov.nasa.pds.registry.exception with parameters of type ExceptionType
RegistryServiceException(String messageKey, ExceptionType exceptionType, Object... arguments)
           
 



Copyright © 2010-2014 Planetary Data System. All Rights Reserved.