org.apache.lucene.analysis.compound.hyphenation
Class HyphenationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
HyphenationException(String msg)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HyphenationException

public HyphenationException(String msg)
See Also:
Throwable.Throwable(String)


Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.