| 
 | DIG 1.1 Reasoners API, April 26, 2004 (12:45 PM) | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.kr.dl.dig.reasoner.ReasonerException
| Field Summary | |
| static int | ASK_ERRORAn error occurred within the asks. | 
| static int | NO_ASKSNo asks element was supplied | 
| static int | NO_FACTORY_CLASSNo factory class could be found | 
| static int | NO_TELLSNo tells element was supplied | 
| static int | REASONER_CREATIONAn error occurred when trying to create a new reasoner | 
| static int | TELL_ERRORAn error occurred within the tells. | 
| static int | UNKNOWN_REQUESTAn unknown request has been made. | 
| static int | UNSPECIFIED_ERRORAn unspecified error occurred. | 
| static int | UNSUPPORTED_ASKAn unsupported ask operation has been requested | 
| static int | UNSUPPORTED_OPERATORAn unsupported constructor has been used | 
| static int | UNSUPPORTED_TELLAn unsupported tell operation has been requested | 
| Constructor Summary | |
| ReasonerException(String message) | |
| ReasonerException(String message,
                  int code) | |
| ReasonerException(String message,
                  int code,
                  String longMessage) | |
| Method Summary | |
|  int | getCode() | 
|  String | getLongMessage() | 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
public static final int UNSUPPORTED_TELL
public static final int UNSUPPORTED_ASK
public static final int UNSUPPORTED_OPERATOR
public static final int NO_TELLS
public static final int NO_ASKS
public static final int TELL_ERROR
public static final int ASK_ERROR
public static final int UNKNOWN_REQUEST
public static final int UNSPECIFIED_ERROR
public static final int NO_FACTORY_CLASS
public static final int REASONER_CREATION
| Constructor Detail | 
public ReasonerException(String message)
public ReasonerException(String message,
                         int code)
public ReasonerException(String message,
                         int code,
                         String longMessage)
| Method Detail | 
public int getCode()
public String getLongMessage()
| 
 | DIG 1.1 Reasoners API, April 26, 2004 (12:45 PM) | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||