com.crystaldecisions.sdk.occa.report.lib
Class ReportSDKResultFieldException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.crystaldecisions.sdk.occa.report.lib.ReportSDKExceptionBase
com.crystaldecisions.sdk.occa.report.lib.ReportSDKException
com.crystaldecisions.sdk.occa.report.lib.ReportSDKResultFieldException
- All Implemented Interfaces:
- java.io.Serializable
public class ReportSDKResultFieldException
- extends ReportSDKException
This class defines an exception thrown due to result field errors.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ReportSDKResultFieldException
public ReportSDKResultFieldException(int errorCode,
java.lang.String errorMsg)
ReportSDKResultFieldException
public ReportSDKResultFieldException(int errorCode,
java.lang.String errorMsg,
java.lang.Throwable previous)
throwReportSDKResultFieldException
public static void throwReportSDKResultFieldException(int errorCode,
java.lang.String errMsg)
throws ReportSDKResultFieldException
- Throws:
ReportSDKResultFieldException
throwReportSDKResultFieldException
public static void throwReportSDKResultFieldException(int errorCode,
java.lang.String errMsg,
java.lang.Throwable previous)
throws ReportSDKResultFieldException
- Throws:
ReportSDKResultFieldException