ereinion.search
Class SearchExceptionFail

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ereinion.search.SearchExceptionFail
All Implemented Interfaces:
java.io.Serializable

public class SearchExceptionFail
extends java.lang.Exception

Eccezione per la manipolazione di situazioni particolari nella risoluzione di problemi di Search.

Since:
EPR 1.0
Version:
1.0, 3/10/2002
Author:
Ereinion
See Also:
Serialized Form

Field Summary
static int FAIL_CUT
           
static int FAIL_GENERAL
           
static int FAIL_NOP
           
static int FAIL_TIMEOUT
           
 
Constructor Summary
SearchExceptionFail()
           
SearchExceptionFail(int fail)
           
 
Method Summary
 int getFailType()
           
 
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

FAIL_GENERAL

public static final int FAIL_GENERAL
See Also:
Constant Field Values

FAIL_NOP

public static final int FAIL_NOP
See Also:
Constant Field Values

FAIL_TIMEOUT

public static final int FAIL_TIMEOUT
See Also:
Constant Field Values

FAIL_CUT

public static final int FAIL_CUT
See Also:
Constant Field Values
Constructor Detail

SearchExceptionFail

public SearchExceptionFail()

SearchExceptionFail

public SearchExceptionFail(int fail)
Method Detail

getFailType

public int getFailType()