|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.indiana.iucbrf.exceptions.FeatureWeightsMismatchException
public class FeatureWeightsMismatchException
An exception indicating that there is a mismatch in the number or type of features and weights.
| Constructor Summary | |
|---|---|
FeatureWeightsMismatchException()
Creates new FeatureWeightsMismatchException without detail message. |
|
FeatureWeightsMismatchException(java.lang.String msg)
Constructs an FeatureWeightsMismatchException with the specified detail message. |
|
| 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 |
|---|
public FeatureWeightsMismatchException()
FeatureWeightsMismatchException without detail message.
public FeatureWeightsMismatchException(java.lang.String msg)
FeatureWeightsMismatchException with the specified detail message.
msg - the detail message.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||