org.xwiki.rendering.macro.parameter
Class ParameterValueTooLowException

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.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: 58a23e71c39a6554bc3e34af8bda06fd6da52dc8 $
See Also:
Serialized Form

Constructor Summary
ParameterValueTooLowException(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

ParameterValueTooLowException

public ParameterValueTooLowException(int maxValue)
Deprecated. 
Parameters:
maxValue - the minimum valid number


Copyright © 2004-2012 XWiki. All Rights Reserved.