|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.abstracthorizon.mercury.imap.util.ParserException
public class ParserException
Parser exception
| Constructor Summary | |
|---|---|
ParserException()
Constructor |
|
ParserException(boolean missing,
String msg)
Constructor |
|
ParserException(String msg)
Constructor |
|
| Method Summary | |
|---|---|
protected static String |
compose(boolean missing,
String msg)
Composes string |
| 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 ParserException()
public ParserException(String msg)
msg - message
public ParserException(boolean missing,
String msg)
missing - is missing keyword exceptionmsg - keyword| Method Detail |
|---|
protected static String compose(boolean missing,
String msg)
missing - is missing keyword or should this method just return messagemsg - keyword or message
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||