org.apertereports.common.exception
Class AperteReportsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apertereports.common.exception.AperteReportsException
- All Implemented Interfaces:
- Serializable
public class AperteReportsException
- extends Exception
Universal checked exception, indicating errors that must be handled directly.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AperteReportsException
public AperteReportsException(ReportConstants.ErrorCodes errorCode)
AperteReportsException
public AperteReportsException(ReportConstants.ErrorCodes errorCode,
String[] errorDetails)
AperteReportsException
public AperteReportsException(ReportConstants.ErrorCodes errorCode,
Throwable cause)
AperteReportsException
public AperteReportsException(ReportConstants.ErrorCodes errorCode,
String[] errorDetails,
Throwable cause)
AperteReportsException
public AperteReportsException(Throwable cause)
AperteReportsException
public AperteReportsException(ReportConstants.ErrorCodes errorCode,
String detail)
getErrorCode
public ReportConstants.ErrorCodes getErrorCode()
getErrorDetails
public String[] getErrorDetails()
Copyright © 2011-2012. All Rights Reserved.