|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception javax.servlet.ServletException org.echarts.servlet.sip.FeatureBoxException
public class FeatureBoxException
Exception raised by a FeatureBox
Constructor Summary | |
---|---|
FeatureBoxException(java.lang.Exception e,
java.lang.String message,
FeatureBoxMonitor monitor)
Create new FeatureBoxException. |
|
FeatureBoxException(java.lang.String message,
FeatureBoxMonitor monitor)
Create new FeatureBoxException. |
Method Summary |
---|
Methods inherited from class javax.servlet.ServletException |
---|
getRootCause |
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 FeatureBoxException(java.lang.String message, FeatureBoxMonitor monitor)
e
- underlying Exception for chainingmessage
- explanatory messagemonitor
- monitor for loggingpublic FeatureBoxException(java.lang.Exception e, java.lang.String message, FeatureBoxMonitor monitor)
e
- underlying Exception for chainingmessage
- explanatory messagemonitor
- monitor for logging
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |