Uses of Interface
com.indexdata.mkjsf.errors.ErrorInterface

Packages that use ErrorInterface
com.indexdata.mkjsf.errors Error reporting, error diagnostics, and exception classes 
com.indexdata.mkjsf.pazpar2.data Pazpar2 responses produced by Pazpar2 commands are parsed by the ResponseParser, which outputs response data objects that are accessible to the UI through the class Responses. 
 

Uses of ErrorInterface in com.indexdata.mkjsf.errors
 

Classes in com.indexdata.mkjsf.errors that implement ErrorInterface
 class ConfigurationError
           
 

Methods in com.indexdata.mkjsf.errors that return ErrorInterface
 ErrorInterface ErrorCentral.getCommandError()
           
 

Methods in com.indexdata.mkjsf.errors that return types with arguments of type ErrorInterface
 List<ErrorInterface> ErrorCentral.getConfigurationErrors()
           
 

Methods in com.indexdata.mkjsf.errors with parameters of type ErrorInterface
 void ErrorCentral.addConfigurationError(ErrorInterface configError)
           
 ErrorHelper.ErrorCode ErrorHelper.getErrorCode(ErrorInterface appError)
           
 ArrayList<String> ErrorHelper.getSuggestions(ErrorInterface error)
           
 

Uses of ErrorInterface in com.indexdata.mkjsf.pazpar2.data
 

Classes in com.indexdata.mkjsf.pazpar2.data that implement ErrorInterface
 class CommandError
          Holds an error encountered during the execution of a command.
 

Methods in com.indexdata.mkjsf.pazpar2.data that return ErrorInterface
 ErrorInterface Responses.getCommandError()
          Returns a search command error, if any, otherwise the first error found for an arbitrary command, if any, otherwise an empty dummy error.
 



Copyright © 2013. All Rights Reserved.