au.id.pbw.hyfo.hyph
Class HyphenationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by au.id.pbw.hyfo.hyph.HyphenationException
All Implemented Interfaces:
Serializable

public class HyphenationException
extends Exception

Exceptions encountered in hyphenation.

Author:
pbw
See Also:
Serialized Form

Constructor Summary
HyphenationException(String message)
          Creates a new HyphenationException.
HyphenationException(String message, Throwable e)
          Creates a new HyphenationException.
HyphenationException(Throwable e)
          Creates a new HyphenationException.
 
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 message)
Creates a new HyphenationException.

Parameters:
message - description

HyphenationException

public HyphenationException(Throwable e)
Creates a new HyphenationException.

Parameters:
e - incoming Throwable

HyphenationException

public HyphenationException(String message,
                            Throwable e)
Creates a new HyphenationException.

Parameters:
message - the description
e - the exception


Copyright © 2005-2006 Peter B. West.