@@ -132,10 +132,20 @@ /** * An OFException indicating the given value is out of range. */ @interface OFOutOfRangeException: OFException {} /** + * \return An error message for the exception as a C String + */ +- (char*)cString; +@end + +/** + * An OFException indicating that the conversation between two charsets failed. + */ +@interface OFCharsetConversionFailedException: OFException {} +/** * \return An error message for the exception as a C String */ - (char*)cString; @end