Package ch.so.agi.gretl.util
Class EmptyFileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.so.agi.gretl.util.GretlException
ch.so.agi.gretl.util.EmptyFileException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class ch.so.agi.gretl.util.GretlException
TYPE_COLUMN_MISMATCH, TYPE_FILE_NOT_READABLE, TYPE_FILE_WITH_BOM, TYPE_MISSING_FILE_EXTENSION, TYPE_NO_DB, TYPE_NO_FILE, TYPE_NO_STATEMENT, TYPE_WRONG_EXTENSION -
Constructor Summary
ConstructorsConstructorDescriptionEmptyFileException(String message) EmptyFileException(String message, Throwable cause) -
Method Summary
Methods inherited from class ch.so.agi.gretl.util.GretlException
getTypeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EmptyFileException
public EmptyFileException() -
EmptyFileException
-
EmptyFileException
-