Aspose::Font::Exceptions Namespace Reference

Classes

class  Details_EncodingException
 Represents encoding exception. The exception can be thrown in case problem with encoding/decoding text.
 
class  Details_FontAgrumentException
 Represents Font argument exception. The exception can be thrown in case improper agrument usages.
 
class  Details_FontConversionException
 Represents Font conversion exception. The exception can be thrown in case of errors during font conversion process.
 
class  Details_FontCreationException
 Represents Font creation exception. The exception can be thrown in case errors during font creation process.
 
class  Details_FontException
 Represents common Font processing related exception.
 
class  Details_FontNotSupportedOperationException
 Represents not supported operation exception. The exception can be thrown in case some operation is not supported for particular Font type.
 
class  Details_IncorrectFontDataException
 Represents exceptions for cases when some values of Font object are invalid.
 
class  Details_LicenseRestrictionException
 Represents exception which can be thrown on attempt to execute functionality which is restricted in evaluation mode.
 
class  Details_SvgConversionException
 Represents Font conversion exception for SVG format. The exception can be thrown in case of errors during font conversion process.
 

Typedefs

using EncodingException = System::ExceptionWrapper<Details_EncodingException>
 
using FontAgrumentException = System::ExceptionWrapper<Details_FontAgrumentException>
 
using FontConversionException = System::ExceptionWrapper<Details_FontConversionException>
 
using FontCreationException = System::ExceptionWrapper<Details_FontCreationException>
 
using FontException = System::ExceptionWrapper<Details_FontException>
 
using FontNotSupportedOperationException = System::ExceptionWrapper<Details_FontNotSupportedOperationException>
 
using IncorrectFontDataException = System::ExceptionWrapper<Details_IncorrectFontDataException>
 
using LicenseRestrictionException = System::ExceptionWrapper<Details_LicenseRestrictionException>
 
using SvgConversionException = System::ExceptionWrapper<Details_SvgConversionException>
 

Typedef Documentation

◆ EncodingException

using Aspose::Font::Exceptions::EncodingException = System::ExceptionWrapper<Details_EncodingException>

◆ FontAgrumentException

using Aspose::Font::Exceptions::FontAgrumentException = System::ExceptionWrapper<Details_FontAgrumentException>

◆ FontConversionException

using Aspose::Font::Exceptions::FontConversionException = System::ExceptionWrapper<Details_FontConversionException>

◆ FontCreationException

using Aspose::Font::Exceptions::FontCreationException = System::ExceptionWrapper<Details_FontCreationException>

◆ FontException

using Aspose::Font::Exceptions::FontException = System::ExceptionWrapper<Details_FontException>

◆ FontNotSupportedOperationException

using Aspose::Font::Exceptions::FontNotSupportedOperationException = System::ExceptionWrapper<Details_FontNotSupportedOperationException>

◆ IncorrectFontDataException

using Aspose::Font::Exceptions::IncorrectFontDataException = System::ExceptionWrapper<Details_IncorrectFontDataException>

◆ LicenseRestrictionException

using Aspose::Font::Exceptions::LicenseRestrictionException = System::ExceptionWrapper<Details_LicenseRestrictionException>

◆ SvgConversionException

using Aspose::Font::Exceptions::SvgConversionException = System::ExceptionWrapper<Details_SvgConversionException>