|
||||||||||
| 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.stratelia.webactiv.util.exception.SilverpeasRuntimeException
org.silverpeas.attachment.AttachmentException
public class AttachmentException
Class declaration
| Field Summary |
|---|
| Fields inherited from class com.stratelia.webactiv.util.exception.SilverpeasRuntimeException |
|---|
ERROR, FATAL, WARNING |
| Constructor Summary | |
|---|---|
AttachmentException(String callingClass,
int errorLevel,
String message)
Creates new AttachmentException |
|
AttachmentException(String callingClass,
int errorLevel,
String message,
Exception nested)
Constructor declaration |
|
AttachmentException(String callingClass,
int errorLevel,
String message,
String extraParams)
Constructor declaration |
|
AttachmentException(String callingClass,
int errorLevel,
String message,
String extraParams,
Exception nested)
Constructor declaration |
|
| Method Summary | |
|---|---|
String |
getModule()
method of interface FromModule |
| Methods inherited from class com.stratelia.webactiv.util.exception.SilverpeasRuntimeException |
|---|
getErrorLevel, getMessageLang, getMessageLang, getNested, traceException |
| 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 |
|---|
public AttachmentException(String callingClass,
int errorLevel,
String message)
public AttachmentException(String callingClass,
int errorLevel,
String message,
String extraParams)
callingClass - errorLevel - message - extraParams -
public AttachmentException(String callingClass,
int errorLevel,
String message,
Exception nested)
callingClass - errorLevel - message - nested -
public AttachmentException(String callingClass,
int errorLevel,
String message,
String extraParams,
Exception nested)
callingClass - errorLevel - message - extraParams - nested - | Method Detail |
|---|
public String getModule()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||