|
SAP NetWeaver 7.30 SP01 | |||||||||
| 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.obn.exceptions.OBNException
public class OBNException
This exception indicates an error that originates from Object Based Navigation framework.
It provides localized error messages that can be used by consumers to report OBN related errors
to the user interface.
Only the OBN framework is allowed to instantiate this class.
| Constructor Summary | |
|---|---|
protected |
OBNException()
Constructor for sub-classes. |
|
OBNException(Exception e)
Deprecated. As of NW7.11 SP1. Only OBN is allowed to instantiate this class |
|
OBNException(String message)
Deprecated. As of NW7.11 SP1. Only OBN is allowed to instantiate this class |
| Method Summary | |
|---|---|
String |
getDetailedMessage(Locale locale)
Gets the detailed error message describing this exception |
String |
getMessage(Locale locale)
Gets the error message describing this exception. |
String |
getShortMessage(Locale locale)
Gets the short error message describing this exception |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected OBNException()
public OBNException(String message)
message - Error messagepublic OBNException(Exception e)
e - Existing exception| Method Detail |
|---|
public String getMessage(Locale locale)
locale - Locale of message
public String getDetailedMessage(Locale locale)
locale - Locale of message
public String getShortMessage(Locale locale)
locale - Locale of message
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-RUNTIME
|
[sap.com] tc/ep/navigation/api
|
api
|
EP-PIN
|
|
SAP NetWeaver 7.30 SP01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||