com.webalgorithm.weather.exception
Class ChainedException

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

public class ChainedException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
private  java.lang.Throwable previousThrowable
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ChainedException()
           
ChainedException(java.lang.String s)
           
ChainedException(java.lang.String msg, java.lang.Throwable ex)
           
ChainedException(java.lang.Throwable ex)
           
 
Method Summary
 java.lang.String getMessage()
           
private  java.lang.String getThisMessage()
           
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream ps)
           
 void printStackTrace(java.io.PrintWriter pw)
           
 java.lang.String 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
 

Field Detail

previousThrowable

private java.lang.Throwable previousThrowable
Constructor Detail

ChainedException

public ChainedException()

ChainedException

public ChainedException(java.lang.String s)

ChainedException

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

ChainedException

public ChainedException(java.lang.Throwable ex)
Method Detail

getThisMessage

private java.lang.String getThisMessage()

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintStream ps)
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintWriter pw)
Overrides:
printStackTrace in class java.lang.Throwable

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable


Copyright © 2003 WebAlgorithm, Inc All Rights Reserved.