|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--ter.API.Search.SearchException
Title: SearchException
Description: The exceptions that can be throw by a Search. All the type of error that are describe here is non allowed pair of keyword.
Copyright: Copyright (c) 2003
Company: UNICE
Field Summary | |
static int |
INTERNAL_ERROR_NULL_POINTER
type error when the a null pointer occur at the creation of the search result. |
static int |
UNDEFINE_TYPE_SEARCH
type error occur when the actionTypeSearch is Undefine. |
Constructor Summary | |
SearchException(int typeException)
Construct a new SearchExecption with a specified message, with a specified type of error. |
|
SearchException(java.lang.String message)
Construct a new SearchExecption with a specified message. |
Method Summary | |
java.lang.String |
getMessage()
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, 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 INTERNAL_ERROR_NULL_POINTER
public static final int UNDEFINE_TYPE_SEARCH
Constructor Detail |
public SearchException(java.lang.String message)
message
- the error message.public SearchException(int typeException)
typeException
- the type of error that had occur.Method Detail |
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |