public class WoffFormatException extends IllegalStateException
Represents WOFF font processing related exception.
Constructor and Description |
---|
WoffFormatException()
Initializes new
WoffFormatException object. |
WoffFormatException(String message)
Initializes new
WoffFormatException object. |
WoffFormatException(String message,
RuntimeException innerException)
Initializes new
WoffFormatException object. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public WoffFormatException()
Initializes new WoffFormatException
object.
public WoffFormatException(String message)
Initializes new WoffFormatException
object.
message
- A message that describes the error.public WoffFormatException(String message, RuntimeException innerException)
Initializes new WoffFormatException
object.
message
- A message that describes the error.innerException
- The exception that is the cause of the current exception.