com.webct.platform.sdk.gradebook
Class GradeBookSDKErrorCodes

java.lang.Object
  extended by com.webct.platform.sdk.gradebook.GradeBookSDKErrorCodes

public class GradeBookSDKErrorCodes
extends java.lang.Object

This class contains the error code constants for the Grade Book service. (The Grade Book service is based on exception types, so it contains only trivial error codes.)


Field Summary
static java.lang.String GENERIC_GRADE_BOOK_SDK_EXCEPTION
          Static constant for the error code corresponding to any unclassified error.
static java.lang.String INVALID_PARAMETER_EXCEPTION
          Static constant for the error code corresponding to errors in parameter values.
static java.lang.String TOO_MANY_MEMBERS_EXCEPTION
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GENERIC_GRADE_BOOK_SDK_EXCEPTION

public static final java.lang.String GENERIC_GRADE_BOOK_SDK_EXCEPTION
Description copied from class: GradeBookSDKErrorCodes
Static constant for the error code corresponding to any unclassified error. In case of such an error the exception's message should provide additional information about the error.

See Also:
Constant Field Values

INVALID_PARAMETER_EXCEPTION

public static final java.lang.String INVALID_PARAMETER_EXCEPTION
Description copied from class: GradeBookSDKErrorCodes
Static constant for the error code corresponding to errors in parameter values. E.g., a null value instead of the valid parameter or an incorrect value for the ID (<= 0)

See Also:
Constant Field Values

TOO_MANY_MEMBERS_EXCEPTION

public static final java.lang.String TOO_MANY_MEMBERS_EXCEPTION
See Also:
Constant Field Values


Copyright © 2000-2004 WebCT Corp. All Rights Reserved.