org.xwiki.rendering.macro.parameter
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. use javax.validation.constraints.Min instead
@Deprecated
public class ParameterValueTooLowException
- extends MacroParameterException
Exception used when the macro parameter is two low.
- Version:
- $Id$
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ParameterValueTooLowException
public ParameterValueTooLowException(int maxValue)
- Deprecated.
- Parameters:
maxValue - the minimum valid number
Copyright © 2004-2012 XWiki. All Rights Reserved.