Class HyphenationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.fop.hyphenation.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:
  • Constructor Details

    • HyphenationException

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