|
SAP NetWeaver 7.30 (SP02) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sapportals.portal.prt.runtime.PortalRuntimeException
public class PortalRuntimeException
The Portal Runtime Exception is the base class for all the exceptions raised by
the Portal builder Framework. It implements the IPortalException
interface providing methods for logging and HTML rendering of the
exception.
A Portal Runtime Exception can contain another exception as its original
exception.
com.sapportals.portal.prt.runtime.IPortalException,
PortalComponentException,
Serialized Form| Constructor Summary | |
|---|---|
PortalRuntimeException(String s)
Constructor with a String message. |
|
PortalRuntimeException(String s,
Throwable exception)
Exception wrapper constructor. |
|
PortalRuntimeException(Throwable exception)
Exception wrapper constructor. |
|
| Method Summary | |
|---|---|
Throwable |
getCause()
Returns the cause of this exception. |
Throwable |
getException()
Deprecated. Please use getCause() instead. |
static void |
printCausedBy(boolean printcause)
|
void |
printStackTrace()
Prints the stack trace of this exception and any chained exception to System.err |
void |
printStackTrace(PrintStream s)
Prints the stack trace of this exception and any chained exception to the specified print stream. |
void |
printStackTrace(PrintWriter s)
Prints the stack trace of this exception and any chained exception to the specified print writer. |
void |
setCause(Throwable cause)
Set the cause of this exception. |
void |
setException(Throwable t)
Deprecated. Please use setCause() instead. |
String |
toHTML()
Returns the message and the stack of the exception. |
String |
toText()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, 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 PortalRuntimeException(String s)
s - a short description of the exception.public PortalRuntimeException(Throwable exception)
exception - a Throwable object referring to the original
exception.
public PortalRuntimeException(String s,
Throwable exception)
s - a short String describing the exceptionexception - a Throwable object referring to the original
exception| Method Detail |
|---|
public Throwable getException()
public void setException(Throwable t)
t - the orginal exceptionpublic void setCause(Throwable cause)
cause - The cause of this exception.public Throwable getCause()
getCause in class Throwablepublic void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter s)
printStackTrace in class Throwables - PrintWriter to use for outputpublic void printStackTrace(PrintStream s)
printStackTrace in class Throwables - PrintWriter to use for outputpublic String toHTML()
public String toText()
public static void printCausedBy(boolean printcause)
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-BASIS-API
|
[sap.com]
|
default
|
EP-PIN-PRT
|
[sap.com] EP-BASIS-API
|
[sap.com] tc/epbc/prt/api
|
api
|
EP-PIN
|
[sap.com] EP-BASIS-API
|
[sap.com] tc/epbc/prt/lib/api
|
api
|
EP-PIN
|
|
SAP NetWeaver 7.30 (SP02) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||