|
SAP NetWeaver 7.30 (SP05) KMC | |||||||||
| 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.ip.collaboration.core.api.util.exception.BaseException
com.sap.ip.collaboration.core.api.util.exception.IncompleteOperationException
com.sap.netweaver.coll.room.api.roomparts.exceptions.RoomPartException
public class RoomPartException
| Field Summary |
|---|
| Fields inherited from class com.sap.ip.collaboration.core.api.util.exception.BaseException |
|---|
DONT_LOG, LOG |
| Constructor Summary | |
|---|---|
RoomPartException(boolean log)
Deprecated. |
|
RoomPartException(List aCausingThrowables,
boolean log)
|
|
RoomPartException(List aCausingThrowables,
String text,
boolean log)
|
|
RoomPartException(String text,
boolean log)
constructs a new RoomPartCreationException. |
|
RoomPartException(Throwable aCausingThrowable,
boolean log)
Deprecated. |
|
RoomPartException(Throwable aCausingThrowable,
String text,
boolean log)
constructs a new RoomPartCreationException. |
|
| Method Summary | |
|---|---|
void |
addThrowable(Throwable t)
RoomPartCreationException acts as container for throwables |
void |
addThrowables(List t)
|
String |
getLocalizedMessage()
|
List |
getLocalizedMessages()
|
String |
getMessage()
returns an error message formated with the logging locale |
String |
getMessage(Locale locale)
returns a locale specific short error message. |
List |
getMessages(Locale locale)
|
List |
getThrowables()
Get list of throwables |
| Methods inherited from class com.sap.ip.collaboration.core.api.util.exception.IncompleteOperationException |
|---|
getMessages, getPartiallyComputedResult, printStackTrace, printStackTrace |
| Methods inherited from class com.sap.ip.collaboration.core.api.util.exception.BaseException |
|---|
getCausingThrowable, getRootThrowable, getText, isLogged, logException, printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RoomPartException(boolean log)
log - true, if exception should be logged
public RoomPartException(String text,
boolean log)
text - the Text of the Exceptionlog - true, if exception should be logged
public RoomPartException(Throwable aCausingThrowable,
String text,
boolean log)
aCausingThrowable - causing throwable for exception chaining, of null
if there is no causing exceptiontext - the Text of the Exceptionlog - true, if exception should be logged
public RoomPartException(List aCausingThrowables,
String text,
boolean log)
public RoomPartException(Throwable aCausingThrowable,
boolean log)
aCausingThrowable - causing throwable for exception chaining, of null
if there is no causing exceptionlog - true, if exception should be logged
public RoomPartException(List aCausingThrowables,
boolean log)
| Method Detail |
|---|
public void addThrowable(Throwable t)
t - public void addThrowables(List t)
public List getThrowables()
getThrowables in class IncompleteOperationExceptionpublic String getMessage()
BaseException
getMessage in interface IBaseExceptiongetMessage in class BaseExceptionpublic String getMessage(Locale locale)
BaseException
getMessage in interface IBaseExceptiongetMessage in class BaseExceptionlocale - the locale for the messagepublic String getLocalizedMessage()
getLocalizedMessage in class Throwablepublic List getMessages(Locale locale)
public List getLocalizedMessages()
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-COLL
|
[sap.com] tc/kmc/coll/room
|
api
|
EP-KM-CRS
|
|
SAP NetWeaver 7.30 (SP05) KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||