com.sapportals.htmlb.page

Class PageException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sapportals.htmlb.page.PageException
All Implemented Interfaces:
Serializable

public class PageException
extends Exception

Copyright 2004 SAP AG

See Also:
Serialized Form

Constructor Summary
PageException()
           
PageException(String msg)
           
PageException(String msg, Throwable e)
           
PageException(Throwable e)
           
 
Method Summary
 Throwable getEmbeddedException()
           
 String getMessage()
           
 void printStackTrace()
           
 void printStackTrace(PrintStream s)
           
 void printStackTrace(PrintWriter s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PageException

public PageException()

PageException

public PageException(Throwable e)

PageException

public PageException(String msg)

PageException

public PageException(String msg,
                     Throwable e)
Method Detail

getEmbeddedException

public Throwable getEmbeddedException()

printStackTrace

public void printStackTrace(PrintWriter s)

printStackTrace

public void printStackTrace()

printStackTrace

public void printStackTrace(PrintStream s)

getMessage

public String getMessage()


Copyright 2006 SAP AG Complete Copyright Notice