|
|||||||||
| Home >> All >> allensoft >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
allensoft.util
Class BadOptionException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.text.ParseException
allensoft.util.BadOptionException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- UnrecognizedOptionException
- public class BadOptionException
- extends java.text.ParseException
Exception thrown when an option is bad.
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary | |
private java.lang.String |
m_sOption
|
| Fields inherited from class java.text.ParseException |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
BadOptionException(java.lang.String sOption,
int nErrorIndex,
java.lang.String sMessage)
|
|
| Method Summary | |
java.lang.String |
getOption()
|
| Methods inherited from class java.text.ParseException |
getErrorOffset |
| 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 |
| Field Detail |
m_sOption
private java.lang.String m_sOption
| Constructor Detail |
BadOptionException
public BadOptionException(java.lang.String sOption, int nErrorIndex, java.lang.String sMessage)
| Method Detail |
getOption
public java.lang.String getOption()
|
|||||||||
| Home >> All >> allensoft >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC