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_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. 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 LicenseRestrictionException = System::ExceptionWrapper< Details_LicenseRestrictionException >
 
using SvgConversionException = System::ExceptionWrapper< Details_SvgConversionException >
 

Typedef Documentation

◆ EncodingException

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

◆ FontAgrumentException

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

◆ FontConversionException

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

◆ FontCreationException

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

◆ FontException

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

◆ FontNotSupportedOperationException

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

◆ LicenseRestrictionException

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

◆ SvgConversionException

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