Class Loader.StructureNotReadyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
weka.core.converters.Loader.StructureNotReadyException
All Implemented Interfaces:
Serializable
Enclosing interface:
Loader

public static class Loader.StructureNotReadyException extends IOException
Exception 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:
  • Constructor Details

    • StructureNotReadyException

      public StructureNotReadyException(String message)