Package org.apache.fop.hyphenation
Class HyphenationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.fop.hyphenation.HyphenationException
-
- All Implemented Interfaces:
java.io.Serializable
public class HyphenationException extends java.lang.Exception
An hyphenation exception.
This work was authored by Carlos Villegas (cav@uniscope.co.jp).
TODO Derive from FOPException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HyphenationException(java.lang.String msg)
Construct a hyphenation exception.
-