Class ParameterValueTooLowException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xwiki.rendering.macro.MacroExecutionException
-
- org.xwiki.rendering.macro.parameter.MacroParameterException
-
- org.xwiki.rendering.macro.parameter.ParameterValueTooLowException
-
- All Implemented Interfaces:
Serializable
@Deprecated public class ParameterValueTooLowException extends MacroParameterException
Deprecated.useMin
insteadException used when the macro parameter is two low.- Version:
- $Id: 2652dd22d4cd3383e63cd87e256e6d38cee843f8 $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParameterValueTooLowException(int maxValue)
Deprecated.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-