com.webalgorithm.weather.exception
Class WeatherException

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

public class WeatherException
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
WeatherException()
           
WeatherException(java.lang.String s)
           
WeatherException(java.lang.String msg, java.lang.Throwable ex)
           
WeatherException(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

WeatherException

public WeatherException()

WeatherException

public WeatherException(java.lang.String s)

WeatherException

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

WeatherException

public WeatherException(java.lang.Throwable ex)


Copyright © 2003 WebAlgorithm, Inc All Rights Reserved.