com.silverpeas.myLinks
Class MyLinksRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.stratelia.webactiv.util.exception.SilverpeasRuntimeException
com.silverpeas.myLinks.MyLinksRuntimeException
- All Implemented Interfaces:
- FromModule, WithNested, Serializable
public class MyLinksRuntimeException
- extends SilverpeasRuntimeException
- See Also:
- Serialized Form
Constructor Summary |
MyLinksRuntimeException(String callingClass,
int errorLevel,
String message)
-------------------------------------------------------------------------- constructors
constructors |
MyLinksRuntimeException(String callingClass,
int errorLevel,
String message,
Exception nested)
|
MyLinksRuntimeException(String callingClass,
int errorLevel,
String message,
String extraParams)
|
MyLinksRuntimeException(String callingClass,
int errorLevel,
String message,
String extraParams,
Exception nested)
|
Method Summary |
String |
getModule()
-------------------------------------------------------------------------- getModule getModule |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MyLinksRuntimeException
public MyLinksRuntimeException(String callingClass,
int errorLevel,
String message)
- -------------------------------------------------------------------------- constructors
constructors
MyLinksRuntimeException
public MyLinksRuntimeException(String callingClass,
int errorLevel,
String message,
String extraParams)
MyLinksRuntimeException
public MyLinksRuntimeException(String callingClass,
int errorLevel,
String message,
Exception nested)
MyLinksRuntimeException
public MyLinksRuntimeException(String callingClass,
int errorLevel,
String message,
String extraParams,
Exception nested)
getModule
public String getModule()
- -------------------------------------------------------------------------- getModule getModule
- Returns:
- The SilverTrace's module name
Copyright © 2016 Silverpeas. All Rights Reserved.