|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception viper.descriptors.attributes.ImproperMetricException
This is thrown when an Attribute or Descriptor tries to use an unspecified distance metric. For example, attempting to find the dice coefficient of two strings would throw this type of exception.
Constructor Summary | |
ImproperMetricException()
Constructs a new ImproperMetricException with no detail message. |
|
ImproperMetricException(java.lang.String s)
Constructs a new ImproperMetricException 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 |
public ImproperMetricException()
public ImproperMetricException(java.lang.String s)
s
- The detail message to print with the error.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |