Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

allensoft.util
Class BadOptionException  view BadOptionException download BadOptionException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.text.ParseException
              extended byallensoft.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()