Interface | Description |
---|---|
JCodeSB<T extends JCodeSB<T>> |
Simple interface to share definition of SB and SBPrintStream.
|
Exception | Description |
---|---|
H2OAbstractRuntimeException |
RuntimeException which results in a http 400 error by default, and serves as a base class for other error types.
|
H2OCategoricalLevelNotFoundArgumentException |
Exception signalling that an categorical level was not found.
|
H2OColumnNotFoundArgumentException |
Exception signalling that a Vec was not found.
|
H2OConcurrentModificationException |
H2OConcurrentModificationException signals that object was modified while being used in another
operation.
|
H2OFailException |
RuntimeException which causes H2O to shut down.
|
H2OGridException | |
H2OIllegalArgumentException | |
H2OIllegalValueException |
Exception indicating that we found an illegal value which was not passed in as an argument.
|
H2OKeyNotFoundArgumentException |
Exception signalling that a Key was not found.
|
H2OKeysNotFoundArgumentException | |
H2OKeyWrongTypeArgumentException | |
H2OModelBuilderIllegalArgumentException | |
H2ONotFoundArgumentException | |
H2OUnsupportedDataFileException |
Exception thrown by a parser when a file format is recognized but a certain feature used
in the particular data file is not supported (eg.
|