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