com.sapportals.htmlb.util

Class HtmlbRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.sapportals.htmlb.util.HtmlbRuntimeException
All Implemented Interfaces:
Serializable

public class HtmlbRuntimeException
extends RuntimeException

Enter description here

Copyright 2004 SAP AG

See Also:
Serialized Form

Constructor Summary
protected HtmlbRuntimeException()
          Constructs an HtmlbRuntimeException with null as the target exception.
  HtmlbRuntimeException(String s)
          Constructs a HtmlbRuntimeException with the specified detail message.
  HtmlbRuntimeException(Throwable target)
          Constructs a HtmlbRuntimeException with a target exception.
  HtmlbRuntimeException(Throwable target, String s)
          Constructs a HtmlbRuntimeException with a target exception and a detail message.
 
Method Summary
 Throwable getNestedException()
          Get the thrown target exception.
 void printStackTrace()
          Prints the stack trace of the thrown target exception.
 void printStackTrace(PrintStream ps)
          Prints the stack trace of the thrown target exception to the specified print stream.
 void printStackTrace(PrintWriter pw)
          Prints the stack trace of the thrown target exception to the specified print writer.
 
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
 

Constructor Detail

HtmlbRuntimeException

protected HtmlbRuntimeException()
Constructs an HtmlbRuntimeException with null as the target exception.


HtmlbRuntimeException

public HtmlbRuntimeException(Throwable target)
Constructs a HtmlbRuntimeException with a target exception.


HtmlbRuntimeException

public HtmlbRuntimeException(String s)
Constructs a HtmlbRuntimeException with the specified detail message.

Parameters:
s - the detail message.

HtmlbRuntimeException

public HtmlbRuntimeException(Throwable target,
                             String s)
Constructs a HtmlbRuntimeException with a target exception and a detail message.

Method Detail

getNestedException

public Throwable getNestedException()
Get the thrown target exception.


printStackTrace

public void printStackTrace()
Prints the stack trace of the thrown target exception.

See Also:
System.err

printStackTrace

public void printStackTrace(PrintStream ps)
Prints the stack trace of the thrown target exception to the specified print stream.


printStackTrace

public void printStackTrace(PrintWriter pw)
Prints the stack trace of the thrown target exception to the specified print writer.



Copyright 2006 SAP AG Complete Copyright Notice