viper.comparison.distances
Class IgnoredValueException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byviper.comparison.distances.IgnoredValueException
All Implemented Interfaces:
java.io.Serializable

public class IgnoredValueException
extends java.lang.Exception

Thrown when a distance cannot be determined, since it is completely within an ignored region. This is useful, for example, when a candidate box falls within an ignored target box, such as illegible text in a text detection algorithm evaluation.

See Also:
Serialized Form

Constructor Summary
IgnoredValueException()
          Constructs a new exception with no detail message.
IgnoredValueException(java.lang.String s)
          Constructs a new exception with the given detail message.
 
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

IgnoredValueException

public IgnoredValueException()
Constructs a new exception with no detail message.


IgnoredValueException

public IgnoredValueException(java.lang.String s)
Constructs a new exception with the given detail message.

Parameters:
s - the detail message. Perhaps it should explain why there was no value found to care about