|
JAC project AOPSYS CEDRIC & LIP6 labs |
|||||||||
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 | +--org.objectweb.jac.wrappers.LimiterException
Signals that something is wrong with the limits of the limiter wrapper.
LimiterWrapper
,
LimiterWrapper.testMax(Interaction)
,
LimiterWrapper.testMin(Interaction)
,
Serialized FormConstructor Summary | |
LimiterException(String msg)
A constructor for this exception. |
|
LimiterException(String msg,
Exception e)
A constructor for this exception. |
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 LimiterException(String msg)
msg
- the error message to printpublic LimiterException(String msg, Exception e)
msg
- the error message to printe
- the exception that caused the limiter exception
|
Contact JAC development team: Renaud Pawlak Lionel Seinturier Laurent Martelli |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |