| com.hp.hpl.jena.reasoner.dig.DIGReasonerException com.hp.hpl.jena.reasoner.dig.DIGErrorResponseException
All known Subclasses: com.hp.hpl.jena.reasoner.dig.DIGInconsistentKBException,
DIGErrorResponseException | public class DIGErrorResponseException extends DIGReasonerException (Code) | |
An exception that encapsulates an error response from the DIG server, including
error number and message.
author: Ian Dickinson, HP Labs (email) version: Release @release@ ($Id: DIGErrorResponseException.java,v 1.9 2008/01/02 12:07:11 andy_seaborne Exp $) |
CANNOT_CREATE_NEW_KB | final public static int CANNOT_CREATE_NEW_KB(Code) | | |
GENERAL_ASK_ERROR | final public static int GENERAL_ASK_ERROR(Code) | | |
GENERAL_TELL_ERROR | final public static int GENERAL_TELL_ERROR(Code) | | |
GENERAL_UNSPECIFIED_ERROR | final public static int GENERAL_UNSPECIFIED_ERROR(Code) | | |
KB_RELEASE_ERROR | final public static int KB_RELEASE_ERROR(Code) | | |
MAFORMED_REQUEST | final public static int MAFORMED_REQUEST(Code) | | |
MALFORMED_KB_URI | final public static int MALFORMED_KB_URI(Code) | | |
MISSING_URI | final public static int MISSING_URI(Code) | | |
UNKNOWN_ASK_OPERATION | final public static int UNKNOWN_ASK_OPERATION(Code) | | |
UNKNOWN_OR_STALE_KB_URI | final public static int UNKNOWN_OR_STALE_KB_URI(Code) | | |
UNKNOWN_REQUEST | final public static int UNKNOWN_REQUEST(Code) | | |
UNKNOWN_TELL_OPERATION | final public static int UNKNOWN_TELL_OPERATION(Code) | | |
UNSUPPORTED_ASK_OPERATION | final public static int UNSUPPORTED_ASK_OPERATION(Code) | | |
UNSUPPORTED_OPERATION | final public static int UNSUPPORTED_OPERATION(Code) | | |
UNSUPPORTED_TELL_OPERATION | final public static int UNSUPPORTED_TELL_OPERATION(Code) | | |
DIGErrorResponseException | public DIGErrorResponseException(String msg, String msgAttr, int errorCode)(Code) | | |
getDIGMessageAttrib | public String getDIGMessageAttrib()(Code) | | Answer the error message sent back by DIG as the 'message' attribute.
The DIG error message; the value of the message attributein the error response returned by the reasoner |
getErrorCode | public int getErrorCode()(Code) | | Answer the error code sent back by DIG. Well known error codes are listed
as constants exported from this class.
The DIG error code; the value of the code attribute inthe error response returned by the reasoner. |
|
|