Contentserv PHP API

CSWhiteboardException extends CSException
in package

Represents a whiteboard-specific exception to signal whiteboard API errors

Tags
since

CS13.0

Table of Contents

REASON_INVALIDNUMSTYLE  = 'The numbering style "%d" is not supported.'
REASON_INVALIDPAGEID  = 'The page ID "%d" is invalid for the specified document.'
REASON_INVALIDPAGEINDEX  = 'The page index "%d" is invalid for the specified document.'
REASON_INVALIDPAGEINDEXEND  = 'The start page index (%d) exceeds the end page index (%d).'
REASON_INVALIDPAGEINDEXSTART  = 'The start page index (%d) must be greater than or equal to zero.'
REASON_INVALIDSECTION  = 'The section starting with page ID "%d" is invalid for the specified document.'
REASON_MISMATCHPAGECOUNT  = 'Different count of page IDs (%d) vs. page names (%d).'

Constants

REASON_INVALIDNUMSTYLE

public mixed REASON_INVALIDNUMSTYLE = 'The numbering style "%d" is not supported.'
Tags

REASON_INVALIDPAGEID

public mixed REASON_INVALIDPAGEID = 'The page ID "%d" is invalid for the specified document.'
Tags

REASON_INVALIDPAGEINDEX

public mixed REASON_INVALIDPAGEINDEX = 'The page index "%d" is invalid for the specified document.'
Tags

REASON_INVALIDPAGEINDEXEND

public mixed REASON_INVALIDPAGEINDEXEND = 'The start page index (%d) exceeds the end page index (%d).'
Tags

REASON_INVALIDPAGEINDEXSTART

public mixed REASON_INVALIDPAGEINDEXSTART = 'The start page index (%d) must be greater than or equal to zero.'
Tags

REASON_INVALIDSECTION

public mixed REASON_INVALIDSECTION = 'The section starting with page ID "%d" is invalid for the specified document.'
Tags

REASON_MISMATCHPAGECOUNT

public mixed REASON_MISMATCHPAGECOUNT = 'Different count of page IDs (%d) vs. page names (%d).'
Tags

        

Search results