Package weka.core.converters
Class Loader.StructureNotReadyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- weka.core.converters.Loader.StructureNotReadyException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing interface:
- Loader
public static class Loader.StructureNotReadyException extends java.io.IOExceptionException that implementers can throw from getStructure() when they have not been configured sufficiently in order to read the structure (or data).- Author:
- Mark Hall (mhall{[at]}pentaho{[dot]}com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StructureNotReadyException(java.lang.String message)
-