org.ow2.opensuit.core.util
Class ReflectionHelper.NumberOutOfBoundsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by org.ow2.opensuit.core.util.ReflectionHelper.NumberOutOfBoundsException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ReflectionHelper

public static class ReflectionHelper.NumberOutOfBoundsException
extends java.lang.IllegalArgumentException

See Also:
Serialized Form

Constructor Summary
ReflectionHelper.NumberOutOfBoundsException(long min, long max)
           
 
Method Summary
 long getMax()
           
 long getMin()
           
 
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

ReflectionHelper.NumberOutOfBoundsException

public ReflectionHelper.NumberOutOfBoundsException(long min,
                                                   long max)
Method Detail

getMin

public long getMin()

getMax

public long getMax()


Copyright © 2008-2012 OW2 Consortium. All Rights Reserved.