|
||||||||||
| 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.stratelia.webactiv.util.exception.SilverpeasException
com.stratelia.silverpeas.selection.SelectionException
public class SelectionException
Class declaration
| Field Summary |
|---|
| Fields inherited from class com.stratelia.webactiv.util.exception.SilverpeasException |
|---|
ERROR, FATAL, WARNING |
| Constructor Summary | |
|---|---|
SelectionException(String callingClass,
int errorLevel,
String message)
Constructor declaration |
|
SelectionException(String callingClass,
int errorLevel,
String message,
Exception nested)
Constructor declaration |
|
SelectionException(String callingClass,
int errorLevel,
String message,
String extraParams)
Constructor declaration |
|
SelectionException(String callingClass,
int errorLevel,
String message,
String extraParams,
Exception nested)
Constructor declaration |
|
| Method Summary | |
|---|---|
String |
getModule()
Method declaration |
| Methods inherited from class com.stratelia.webactiv.util.exception.SilverpeasException |
|---|
getChainedExceptions, getErrorLevel, getExtraInfos, getMessageLang, getMessageLang, getNested, printStackTrace, printStackTrace, printStackTrace, traceException |
| 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 SelectionException(String callingClass,
int errorLevel,
String message)
callingClass - errorLevel - message -
public SelectionException(String callingClass,
int errorLevel,
String message,
String extraParams)
callingClass - errorLevel - message - extraParams -
public SelectionException(String callingClass,
int errorLevel,
String message,
Exception nested)
callingClass - errorLevel - message - nested -
public SelectionException(String callingClass,
int errorLevel,
String message,
String extraParams,
Exception nested)
callingClass - errorLevel - message - extraParams - nested - | Method Detail |
|---|
public String getModule()
getModule in interface FromModulegetModule in class SilverpeasException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||