Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.telefonicasoluciones.search.server
Class HLConfigException  view HLConfigException download HLConfigException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.telefonicasoluciones.search.server.HLConfigException
All Implemented Interfaces:
java.io.Serializable

public class HLConfigException
extends java.lang.Exception

Excepción de configuración. Creation date: (15/11/2001 9:43:08)


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
private  java.lang.String message
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
HLConfigException()
          Constructor de HLConfigException.
HLConfigException(java.lang.String message)
          Constructor de HLConfigException.
 
Method Summary
 java.lang.String toString()
          Retorna el mensaje de error.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

message

private java.lang.String message
Constructor Detail

HLConfigException

public HLConfigException()
Constructor de HLConfigException.


HLConfigException

public HLConfigException(java.lang.String message)
Constructor de HLConfigException.

Method Detail

toString

public java.lang.String toString()
Retorna el mensaje de error. Creation date: (15/11/2001 9:44:20)