public class EncodingException extends FontException
Represents encoding exception. The exception can be thrown in case problem with encoding/decoding text.
Constructor and Description |
---|
EncodingException()
Initializes new
EncodingException object. |
EncodingException(String message)
Initializes new
EncodingException object. |
EncodingException(String message,
RuntimeException innerException)
Initializes new
EncodingException object. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public EncodingException()
Initializes new EncodingException
object.
public EncodingException(String message)
Initializes new EncodingException
object.
message
- A message that describes the error.public EncodingException(String message, RuntimeException innerException)
Initializes new EncodingException
object.
message
- A message that describes the error.innerException
- The exception that is the cause of the current exception.