com.sapportals.wcm.crt

Class CascadingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sapportals.wcm.crt.CascadingException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ComponentException, ConfigurationException, ConstructionException, ContextException, StartupException

public class CascadingException
extends Exception

Exception class which allows recording of nested exceptions.

Copyright (c) SAP AG 2001-2002

See Also:
Serialized Form

Field Summary
protected  Throwable ex
           
 
Constructor Summary
CascadingException()
           
CascadingException(String msg)
           
CascadingException(String msg, Throwable ex)
           
CascadingException(Throwable ex)
           
 
Method Summary
 Throwable getContainedException()
           
 void printStackTrace()
           
 void printStackTrace(PrintStream ps)
           
 void printStackTrace(PrintWriter pw)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ex

protected Throwable ex
Constructor Detail

CascadingException

public CascadingException()

CascadingException

public CascadingException(String msg)

CascadingException

public CascadingException(String msg,
                          Throwable ex)

CascadingException

public CascadingException(Throwable ex)
Method Detail

getContainedException

public Throwable getContainedException()

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintWriter pw)
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintStream ps)
Overrides:
printStackTrace in class Throwable
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-CM [sap.com] tc/km/frwk api EP-KM-CM
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM


Copyright 2014 SAP AG Complete Copyright Notice