com.sapportals.admin.wizardframework.components.tableview

Class TableViewComponentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sapportals.admin.wizardframework.components.tableview.TableViewComponentException
All Implemented Interfaces:
Serializable

Deprecated. Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com).

public class TableViewComponentException
extends Exception

The general exception class for the table view component.

See Also:
Serialized Form

Constructor Summary
TableViewComponentException(String message)
          Deprecated. A constructor that sets an error message.
TableViewComponentException(String message, Throwable originalException)
          Deprecated. A constructor that wraps an existing exception in this exception and sets the error message.
 
Method Summary
 Throwable getOriginalException()
          Deprecated. Gets the existing exception.
 void printStackTrace()
          Deprecated. Prints a trace for an exception to a standard error stream.
 void printStackTrace(PrintStream s)
          Deprecated. Prints a trace for an exception to a print stream.
 void printStackTrace(PrintWriter s)
          Deprecated. Prints a trace for an exception to a 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

TableViewComponentException

public TableViewComponentException(String message)
Deprecated. 
A constructor that sets an error message.

Parameters:
message - an error message

TableViewComponentException

public TableViewComponentException(String message,
                                   Throwable originalException)
Deprecated. 
A constructor that wraps an existing exception in this exception and sets the error message.

Parameters:
message - an error message
originalException - an existing exception
Method Detail

getOriginalException

public Throwable getOriginalException()
Deprecated. 
Gets the existing exception.

Returns:
the existing exception

printStackTrace

public void printStackTrace()
Deprecated. 
Prints a trace for an exception to a standard error stream. Overrides the Throwable method.

Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintStream s)
Deprecated. 
Prints a trace for an exception to a print stream. Overrides the Throwable method.

Overrides:
printStackTrace in class Throwable
Parameters:
s - a printstream

printStackTrace

public void printStackTrace(PrintWriter s)
Deprecated. 
Prints a trace for an exception to a print writer. Overrides the Throwable method.

Overrides:
printStackTrace in class Throwable
Parameters:
s - a print writer
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] EP-RUNTIME [sap.com] com.sap.portal.admin.wizardframeworkdeprecated - EP-PIN-APF
[sap.com] EP-RUNTIME [sap.com] tc/ep/admin/api api EP-PIN
[sap.com] EP-RUNTIME [sap.com] com.sap.portal.admin.wizardframeworkdeprecated api EP-PIN-APF


Copyright 2011 SAP AG Complete Copyright Notice