ereinion.search
Class InvalidOperarorException

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

public class InvalidOperarorException
extends java.lang.Exception

Eccezione sollevata quando viene applicato un operatore non valido.

Since:
EPR 1.0
Version:
1.0, 25/09/2002
Author:
Ereinion
See Also:
Serialized Form

Constructor Summary
InvalidOperarorException()
          Istanza di InvalidOperatorException.
InvalidOperarorException(SearchOp op)
          Istanza di InvalidOperatorException.
 
Method Summary
 SearchOp getInvalidOperator()
          Metodo che restituisce l'operatore che ha causato l'eccezione se � stato specificato.
 
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
 

Constructor Detail

InvalidOperarorException

public InvalidOperarorException()
Istanza di InvalidOperatorException.


InvalidOperarorException

public InvalidOperarorException(SearchOp op)
Istanza di InvalidOperatorException.

Parameters:
op - l'operatore che ha causato l'eccezione
Method Detail

getInvalidOperator

public SearchOp getInvalidOperator()
Metodo che restituisce l'operatore che ha causato l'eccezione se � stato specificato.