org.objectweb.jac.wrappers
Class LimiterException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.objectweb.jac.wrappers.LimiterException
All Implemented Interfaces:
Serializable

public class LimiterException
extends Exception

Signals that something is wrong with the limits of the limiter wrapper.

See Also:
LimiterWrapper, LimiterWrapper.testMax(Interaction), LimiterWrapper.testMin(Interaction), Serialized Form

Constructor 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

LimiterException

public LimiterException(String msg)
A constructor for this exception.

Parameters:
msg - the error message to print

LimiterException

public LimiterException(String msg,
                        Exception e)
A constructor for this exception.

Parameters:
msg - the error message to print
e - the exception that caused the limiter exception