Class FontRuntimeException

All Implemented Interfaces:
Serializable

public class FontRuntimeException extends RuntimeException
A runtime exception for handling fatal errors in processing fonts.
See Also:
  • Constructor Details

    • FontRuntimeException

      public FontRuntimeException(String msg)
      Constructs a FontRuntimeException with the specified message.
      Parameters:
      msg - the exception mesaage
    • FontRuntimeException

      public FontRuntimeException(String msg, Throwable t)
      Constructs a FontRuntimeException with the specified message wrapping the underlying exception.
      Parameters:
      msg - the exception mesaage
      t - the underlying exception