EncodingException
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, java.lang.IllegalStateException, com.aspose.font.FontException
public class EncodingException extends FontException
Represents encoding exception. The exception can be thrown in case problem with encoding/decoding text.
Constructors
Constructor | Description |
---|---|
EncodingException() | Initializes new EncodingException object. |
EncodingException(String message) | Initializes new EncodingException object. |
EncodingException(String message, RuntimeException innerException) | Initializes new EncodingException object. |
EncodingException()
public EncodingException()
Initializes new EncodingException object.
EncodingException(String message)
public EncodingException(String message)
Initializes new EncodingException object.
Parameters:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | A message that describes the error. |
EncodingException(String message, RuntimeException innerException)
public EncodingException(String message, RuntimeException innerException)
Initializes new EncodingException object.
Parameters:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | A message that describes the error. |
innerException | java.lang.RuntimeException | The exception that is the cause of the current exception. |