org.hdtourist.utils
Class HdtException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.hdtourist.utils.HdtException
All Implemented Interfaces:
java.io.Serializable

public class HdtException
extends java.lang.Exception

Excepción propia de la aplicación.

See Also:
Serialized Form

Field Summary
private  java.lang.String mensaje
          El mensaje.
private static long serialVersionUID
          La constante serialVersionUID.
 
Constructor Summary
HdtException(java.lang.String mensaje)
          Instanacia un nuevo hdt exception.
 
Method Summary
 java.lang.String getMensaje()
          Obtiene el mensaje.
 void setMensaje(java.lang.String mensaje)
          Fija el mensaje.
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
La constante serialVersionUID.

See Also:
Constant Field Values

mensaje

private java.lang.String mensaje
El mensaje.

Constructor Detail

HdtException

public HdtException(java.lang.String mensaje)
Instanacia un nuevo hdt exception.

Parameters:
mensaje - el mensaje
Method Detail

getMensaje

public java.lang.String getMensaje()
Obtiene el mensaje.

Returns:
el mensaje

setMensaje

public void setMensaje(java.lang.String mensaje)
Fija el mensaje.

Parameters:
mensaje - el nuevo mensaje