org.apache.xalan.xsltc.cmdline.getopt
Class IllegalArgumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.xalan.xsltc.cmdline.getopt.GetOptsException
              extended by org.apache.xalan.xsltc.cmdline.getopt.IllegalArgumentException
All Implemented Interfaces:
java.io.Serializable

 class IllegalArgumentException
extends GetOptsException


Field Summary
(package private) static long serialVersionUID
           
 
Constructor Summary
IllegalArgumentException(java.lang.String msg)
           
 
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
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

IllegalArgumentException

public IllegalArgumentException(java.lang.String msg)