|
||||||||
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.ExcepcionTADs
uoc.ei.tads.ExcepcionContenedorLleno
public class ExcepcionContenedorLleno
Clase que implementa la excepción que se genera cuando se quiere insertar un elemento en un contenedor (acotado) que está lleno. Es una extensión de las excepciones en tiempo de ejecución gestionadas por el propio compilador.
Constructor Summary | |
---|---|
ExcepcionContenedorLleno()
Constructor sin parámetros. |
|
ExcepcionContenedorLleno(java.lang.String mensaje)
Constructor con un parámetro. |
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 ExcepcionContenedorLleno()
public ExcepcionContenedorLleno(java.lang.String mensaje)
mensaje
- mensaje con el error que ha generado la excepción
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |