Package com.almis.awe.exception
Class AWEQueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.almis.awe.exception.AWException
com.almis.awe.exception.AWEQueryException
- All Implemented Interfaces:
Serializable
Specific AWE Exception class
Formatted exception to show a title and a description of the thrown ERROR
- Author:
- Pablo GARCIA - 24/JUN/2010
- See Also:
-
Constructor Summary
ConstructorDescriptionAWEQueryException
(String title, String message, String query, Throwable cause) Constructs an instance ofAWException
with the specified detail message and cause exception. -
Method Summary
Methods inherited from class com.almis.awe.exception.AWException
getTitle, getType, setTitle, setType
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AWEQueryException
Constructs an instance ofAWException
with the specified detail message and cause exception.- Parameters:
title
- Exception titlemessage
- Detail messagequery
- Query launchedcause
- Cause exception
-
-
Method Details
-
log
Description copied from class:AWException
Log exception error- Overrides:
log
in classAWException
- Returns:
- this
-