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
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
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 |
previousThrowable
private java.lang.Throwable previousThrowable
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)
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.