net.obsearch.exception
Class OutOfRangeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.obsearch.exception.OBException
net.obsearch.exception.OutOfRangeException
- All Implemented Interfaces:
- Serializable
public class OutOfRangeException
- extends OBException
Class: OutOfRangeException. For each value, we convert it in [0,1] (so that
we can handle it inside the pyramid technique). If the distance returns a
value that is beyond the limits specified by the user.
- Since:
- 0.7
- Author:
- Arnoldo Jose Muller Molina
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OutOfRangeException
public OutOfRangeException()
- Default Constructor.
OutOfRangeException
public OutOfRangeException(String min,
String max,
String obtained)
- Constructor.
- Parameters:
min
- min value specified by the usermax
- max value specified by the userobtained
- value obtained from the distance function
Copyright © 2007-2011 Arnoldo Jose Muller Molina. All Rights Reserved.