|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception au.id.pbw.hyfo.hyph.HyphenationException
public class HyphenationException
Exceptions encountered in hyphenation.
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 |
---|
public HyphenationException(String message)
message
- descriptionpublic HyphenationException(Throwable e)
e
- incoming Throwablepublic HyphenationException(String message, Throwable e)
message
- the descriptione
- the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |