Class ParameterValueTooHighException
- 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.ParameterValueTooHighException
-
- All Implemented Interfaces:
Serializable
@Deprecated public class ParameterValueTooHighException extends MacroParameterException
Deprecated.useMax
insteadException used when the macro parameter is two high.- Version:
- $Id: 08d39326249deabf533fc15916d1ec478d9d94bf $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParameterValueTooHighException(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
-
-