oql
Class IllegalOperatorException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--oql.IllegalOperatorException
- public class IllegalOperatorException
- extends java.lang.Exception
questa classe implementa la gestione degli errori dovuti all'assegnamento
di un tipo di operatore non ammesso
- See Also:
- Serialized Form
|
Method Summary |
java.lang.String |
getMessage()
fornisce maggiori spiegazioni relative al tipo di eccezione |
java.lang.String |
toString()
stampa in una stringa il tipo di eccezione verificatasi |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
printStackTrace,
printStackTrace,
printStackTrace |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
IllegalOperatorException
public IllegalOperatorException()
IllegalOperatorException
public IllegalOperatorException(java.lang.String s)
- genera un eccezione accettando un messaggio di chiarificazione
toString
public java.lang.String toString()
- stampa in una stringa il tipo di eccezione verificatasi
- Overrides:
- toString in class java.lang.Throwable
getMessage
public java.lang.String getMessage()
- fornisce maggiori spiegazioni relative al tipo di eccezione
- Overrides:
- getMessage in class java.lang.Throwable