Package ch.so.agi.gretl.util
Class GretlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.so.agi.gretl.util.GretlException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EmptyFileException,EmptyListException,NotAllowedSqlExpressionException
Baseclass for all Exceptions thrown in the Steps code.
The Tasks convert pure GretlExceptions to GradleExceptions to avoid wrapping
the GretlException in the GradleException, aiming at less confusing Exception
nesting.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGretlException(String message) GretlException(String type, String message) GretlException(String message, Throwable cause) GretlException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
TYPE_NO_FILE
- See Also:
-
TYPE_NO_DB
- See Also:
-
TYPE_WRONG_EXTENSION
- See Also:
-
TYPE_MISSING_FILE_EXTENSION
- See Also:
-
TYPE_FILE_WITH_BOM
- See Also:
-
TYPE_NO_STATEMENT
- See Also:
-
TYPE_FILE_NOT_READABLE
- See Also:
-
TYPE_COLUMN_MISMATCH
- See Also:
-
-
Constructor Details
-
GretlException
public GretlException() -
GretlException
-
GretlException
-
GretlException
-
GretlException
-
-
Method Details
-
getType
-