org.xwiki.rendering.macro.parameter
Class ParameterValueTooHighException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xwiki.rendering.macro.MacroExecutionException
              extended by org.xwiki.rendering.macro.parameter.MacroParameterException
                  extended by 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$
See Also:
Serialized Form

Constructor Summary
ParameterValueTooHighException(int maxValue)
          Deprecated.  
 
Method Summary
 
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

ParameterValueTooHighException

public ParameterValueTooHighException(int maxValue)
Deprecated. 
Parameters:
maxValue - the maximum valid number


Copyright © 2004-2012 XWiki. All Rights Reserved.