org.apache.lucene.analysis.compound.hyphenation
Class HyphenationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.lucene.analysis.compound.hyphenation.HyphenationException
- All Implemented Interfaces:
- Serializable
public class HyphenationException
- extends Exception
This class has been taken from the Apache FOP project (http://xmlgraphics.apache.org/fop/). They have been slightly modified.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
HyphenationException
public HyphenationException(String msg)
- See Also:
Throwable.Throwable(String)