Uses of Class
edu.stanford.smi.protegex.owl.inference.dig.exception.DIGError

Packages that use DIGError
edu.stanford.smi.protegex.owl.inference.dig.exception   
edu.stanford.smi.protegex.owl.inference.dig.reasoner.logger   
 

Uses of DIGError in edu.stanford.smi.protegex.owl.inference.dig.exception
 

Methods in edu.stanford.smi.protegex.owl.inference.dig.exception that return DIGError
 DIGError DIGErrorException.getDIGError(int index)
          Gets the DIGError object associated with this exception.
 

Uses of DIGError in edu.stanford.smi.protegex.owl.inference.dig.reasoner.logger
 

Methods in edu.stanford.smi.protegex.owl.inference.dig.reasoner.logger with parameters of type DIGError
 void DIGLoggerListener.errorLogged(DIGError error)
           
 void DIGLogger.logError(DIGError error)