main
Class TopicSystemException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by main.TopicSystemException
All Implemented Interfaces:
java.io.Serializable

public class TopicSystemException
extends java.lang.Exception

Esta clase modela una excepcion ocurrida durante la ejecucion de alguno de los casos de uso del sistema.

El proposito de esta clase es la de encapsular cualquier error ocurrido en el proceso del sistema, y provocar una detencion de la ejecucion del caso de uso, sin detener al programa. Finalmente, esta excepcion provocara un retorno false para la llamada al primer metodo.

See Also:
Serialized Form

Constructor Summary
TopicSystemException()
          constructor por defecto para TopicSystemException
TopicSystemException(java.lang.Throwable cause)
          constructor que carga otra excepcion
 
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

TopicSystemException

public TopicSystemException()
constructor por defecto para TopicSystemException


TopicSystemException

public TopicSystemException(java.lang.Throwable cause)
constructor que carga otra excepcion