Compound list File list Header files Compound Members File Members
QaRegExpError Class Reference
#include <qaregexperror.hpp>
List of all members.
Public Members
- enum RegExpCode { NoErr ,
BadPointer ,
BadBackReference ,
UnmatchedBrace ,
UnmatchedBracket ,
InvalidRange ,
UnknownClass ,
InvalidCollate ,
UnmatchedParenthesis ,
InvalidBackReference ,
NonPosixError ,
TrailingBackslash ,
BadPattern ,
BufferOverflow ,
OutOfMemory ,
UnknownError
}
- QaRegExpError ( int err, const QString &s )
- virtual ~QaRegExpError ()
- const QString& error () const
- RegExpCode errorCode () const
Detailed Description
Member Enumeration Type Documentation
enum QaRegExpError::RegExpCode
Enumeration values:
- NoErr
- BadPointer
- BadBackReference
- UnmatchedBrace
- UnmatchedBracket
- InvalidRange
- UnknownClass
- InvalidCollate
- UnmatchedParenthesis
- InvalidBackReference
- NonPosixError
- TrailingBackslash
- BadPattern
- BufferOverflow
- OutOfMemory
- UnknownError
Member Function Documentation
QaRegExpError::QaRegExpError( int err, const QString &s )
virtual QaRegExpError::~QaRegExpError() [virtual]
const QString& QaRegExpError::error() const
-
Returns:
-
Text explaining the error.
RegExpCode QaRegExpError::errorCode() const
-
Returns:
-
The error code that caused this exception.
The documentation for this class was generated from the following files:
Generated at Mon Aug 16 02:11:02 1999 for QaRegExp by
written by Dimitri van Heesch, © 1997-1998