|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.knime.base.node.mine.bayes.naivebayes.datamodel.TooManyValuesException
public class TooManyValuesException
Exception if the maximum number of different values is exceeded.
Constructor Summary | |
---|---|
TooManyValuesException()
Constructor for class TooManyValuesException. |
|
TooManyValuesException(String message)
Constructor for class TooManyValuesException. |
|
TooManyValuesException(String message,
Throwable cause)
Constructor for class TooManyValuesException. |
|
TooManyValuesException(Throwable cause)
Constructor for class TooManyValuesException. |
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 TooManyValuesException()
public TooManyValuesException(String message)
message
- the messagepublic TooManyValuesException(Throwable cause)
cause
- teh causepublic TooManyValuesException(String message, Throwable cause)
message
- the messagecause
- the cause
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |