Package org.cyclos.model
Class ReportExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.cyclos.model.CyclosException
-
- org.cyclos.model.FrameworkException
-
- org.cyclos.model.ReportExecutionException
-
- All Implemented Interfaces:
Serializable
public class ReportExecutionException extends FrameworkException
Exception during a report generation- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReportExecutionException()ReportExecutionException(String message)ReportExecutionException(String message, Throwable cause)ReportExecutionException(Throwable cause)
-
Method Summary
-
Methods inherited from class org.cyclos.model.CyclosException
getAttribute, getMessage, setAttribute, shouldGenerateLog
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-