|
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.sapportals.portal.prt.runtime.PortalException
public class PortalException
The Portal Exception is the base class for all the exceptions raised by PRT.
| Constructor Summary | |
|---|---|
PortalException(String s)
Constructor with a String message. |
|
PortalException(String s,
Throwable cause)
Constructor with a message and a Throwable as the cause. |
|
PortalException(Throwable cause)
Constructor with a Throwable as the cause. |
|
| Method Summary | |
|---|---|
Throwable |
getCause()
Gets the cause if any |
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 t)
Sets the cause |
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 PortalException(String s)
s - a short description of the exception.public PortalException(Throwable cause)
public PortalException(String s,
Throwable cause)
| Method Detail |
|---|
public Throwable getCause()
getCause in class Throwablepublic void setCause(Throwable t)
public 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()
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[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.com] EP-BASIS-API
|
[sap.com]
|
default
|
EP-PIN-PRT
|
|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||