uoc.ei.tads
Class ExcepcioTADs

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by uoc.ei.tads.ExcepcioTADs
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ExcepcioContenidorBuit, ExcepcioContenidorPle, ExcepcioElementsNoComparables, ExcepcioOperacioNoSuportada, ExcepcioParametreIncorrecte, ExcepcioPosicioInvalida

public class ExcepcioTADs
extends java.lang.RuntimeException

Classe que implementa les excepcions que es poden produir generalment per errors de programació a la llibreria de TADs, els quals s'haurien evitat fent correctament les comprovacions oportunes. És una extensió de les excepcions en temps d'execució gestionades pel propi compilador.

Since:
1.5
See Also:
Serialized Form

Constructor Summary
ExcepcioTADs()
          Constructor sense paràmetres.
ExcepcioTADs(java.lang.String missatge)
          Constructor amb un paràmetre.
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExcepcioTADs

public ExcepcioTADs()
Constructor sense paràmetres.


ExcepcioTADs

public ExcepcioTADs(java.lang.String missatge)
Constructor amb un paràmetre.

Parameters:
missatge - missatge amb l'error que ha generat l'excepció