|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
uoc.ei.tads.ExcepcioTADs
uoc.ei.tads.ExcepcioElementsNoComparables
public class ExcepcioElementsNoComparables
Classe que implementa l'excepció que es genera quan es volen comparar dos objectes que no són comparables o no ho són entre ells. És una extensió de les excepcions en temps d'execució gestionades pel propi compilador.
Constructor Summary | |
---|---|
ExcepcioElementsNoComparables()
Constructor sense paràmetres. |
|
ExcepcioElementsNoComparables(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 |
---|
public ExcepcioElementsNoComparables()
public ExcepcioElementsNoComparables(java.lang.String missatge)
missatge
- missatge amb l'error que ha generat l'excepció
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |