|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sap.portal.admin.editor.exception.EditorFrameworkException
public abstract class EditorFrameworkException
A base exception class for the editor framework.
Holds a nested exception that can be retrieved,
and printed using the printStackTrace method.
| Constructor Summary | |
|---|---|
EditorFrameworkException(String message)
A constructor that sets the error string. |
|
EditorFrameworkException(String message,
Throwable nestedException)
A constructor that wraps an existing exception in this exception and sets the error string. |
|
| Method Summary | |
|---|---|
Throwable |
getNestedException()
Gets an exception that wraps this exception. |
void |
printStackTrace()
Prints a trace for an exception to a standard error stream. |
void |
printStackTrace(PrintStream ps)
Prints a trace for an exception to a print stream. |
void |
printStackTrace(PrintWriter pw)
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 |
|---|
public EditorFrameworkException(String message)
message - an error message
public EditorFrameworkException(String message,
Throwable nestedException)
message - an error messagenestedException - an existing exception| Method Detail |
|---|
public Throwable getNestedException()
public void printStackTrace()
Throwable method.
printStackTrace in class Throwablepublic void printStackTrace(PrintStream ps)
Throwable method.
printStackTrace in class Throwableps - a print streampublic void printStackTrace(PrintWriter pw)
Throwable method.
printStackTrace in class Throwablepw - a print writer| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-RUNTIME
|
[sap.com] tc/ep/admin/api
|
api
|
EP-PIN
|
|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||