com.crystaldecisions.sdk.occa.report.lib
Class ReportSDKParameterFieldException
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.ReportSDKParameterFieldException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ReportSDKInvalidParameterFieldCurrentValueException
public class ReportSDKParameterFieldException
- extends ReportSDKException
This class defines an exception thrown due to parameter 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 |
ReportSDKParameterFieldException
public ReportSDKParameterFieldException(int errorCode,
java.lang.String errorMsg)
ReportSDKParameterFieldException
public ReportSDKParameterFieldException(int errorCode,
java.lang.String errorMsg,
java.lang.Throwable previous)
throwReportSDKParameterFieldException
public static void throwReportSDKParameterFieldException(int errorCode,
java.lang.String errMsg)
throws ReportSDKParameterFieldException
- Throws:
ReportSDKParameterFieldException
throwReportSDKParameterFieldException
public static void throwReportSDKParameterFieldException(int errorCode,
java.lang.String errMsg,
java.lang.Throwable previous)
throws ReportSDKParameterFieldException
- Throws:
ReportSDKParameterFieldException