com.webalgorithm.weather.exception
Class SearchException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.webalgorithm.weather.exception.ChainedException
                    |
                    +--com.webalgorithm.weather.exception.SearchException
All Implemented Interfaces:
java.io.Serializable

public class SearchException
extends ChainedException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.webalgorithm.weather.exception.ChainedException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
SearchException()
           
SearchException(java.lang.String s)
           
SearchException(java.lang.String msg, java.lang.Throwable ex)
           
SearchException(java.lang.Throwable ex)
           
 
Methods inherited from class com.webalgorithm.weather.exception.ChainedException
getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SearchException

public SearchException()

SearchException

public SearchException(java.lang.String s)

SearchException

public SearchException(java.lang.String msg,
                       java.lang.Throwable ex)

SearchException

public SearchException(java.lang.Throwable ex)


Copyright © 2003 WebAlgorithm, Inc All Rights Reserved.