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.java,v 1.1 2002/05/01 19:52:27 vmassol Exp $
Author:
Vincent Massol

Constructor Summary
ChainedException(String theMessage)
           
ChainedException(String theMessage, Throwable theException)
           
ChainedException(Throwable theException)
           
 
Method Summary
 void printStackTrace()
           
 void printStackTrace(PrintStream thePs)
           Affected by: LogAspect
 void printStackTrace(PrintWriter thePw)
           Affected by: LogAspect
 
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
 

Constructor Detail

ChainedException

public ChainedException(String theMessage)

ChainedException

public ChainedException(String theMessage,
                        Throwable theException)

ChainedException

public ChainedException(Throwable theException)
Method Detail

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.