Class HyphenationException

  • All Implemented Interfaces:
    Serializable

    public class HyphenationException
    extends Exception

    An hyphenation exception.

    This work was authored by Carlos Villegas (cav@uniscope.co.jp).

    TODO Derive from FOPException
    See Also:
    Serialized Form
    • Constructor Detail

      • HyphenationException

        public HyphenationException​(String msg)
        Construct a hyphenation exception.
        Parameters:
        msg - a message string
        See Also:
        Throwable(String)