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