API Documentation > Exceptions > Class pfcXSequenceTooLong
Class pfcXSequenceTooLong

# include <pfcExceptions.h>

class
pfcXSequenceTooLong
: public virtual
pfcXBadArgument
{
xdeclare(pfcXSequenceTooLong)
...
};
This is a
COMPACT class.

Description
This exception is thrown when the sequence length exceeds the maximum allowable size.
Manual References:
Method Summary
The maximum length allowed for a sequence
Methods Inherited from Class pfcXPFC::
Methods Inherited from Class pfcXInAMethod::
Methods Inherited from Class pfcXBadArgument::
Method Detail
GetMaxLength
()
The maximum length allowed for a sequence
Was this helpful?