CExceptionType
Updated at:
Introduction
Enumerates the exception types for cards.
Enumeration
/**
* The exception types for cards.
*/
public enum CExceptionType {
// JS exception
JS_EXCEPTION,
// Style exception
STYLE_EXCEPTION
}
Is this page helpful?