org.apache.cactus.util
class ChainedException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.apache.cactus.util.ChainedException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ParsingException
- Known Advisors:
- LogAspect
- public class ChainedException
- extends java.lang.Exception
A checked chained exception.
- Version:
- $Id: ChainedException.html,v 1.1 2003/04/14 12:27:28 sinisa Exp $
- Author:
- Vincent Massol
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ChainedException
public ChainedException(String theMessage)
ChainedException
public ChainedException(String theMessage,
Throwable theException)
ChainedException
public ChainedException(Throwable theException)
printStackTrace
public void printStackTrace()
printStackTrace
public void printStackTrace(PrintStream thePs)
Affected by: around() in LogAspect
.
printStackTrace
public void printStackTrace(PrintWriter thePw)
Affected by: around() in LogAspect
.
Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.