Package com.itextpdf.layout.hyphenation
Class HyphenationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.itextpdf.layout.hyphenation.HyphenationException
-
- All Implemented Interfaces:
java.io.Serializable
public class HyphenationException extends java.lang.Exception
A hyphenation exception.This work was authored by Carlos Villegas (cav@uniscope.co.jp).
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HyphenationException(java.lang.String msg)
Construct a hyphenation exception.
-