Package org.apache.fop.hyphenation
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HyphenationException(String msg)
Construct a hyphenation exception.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
HyphenationException
public HyphenationException(String msg)
Construct a hyphenation exception.- Parameters:
msg
- a message string- See Also:
Throwable(String)
-
-