Uses of Class
gnu.classpath.tools.getopt.OptionException

Packages that use OptionException
frysk.rsl This package provides a basic logger mechanism. 
frysk.util   
gnu.classpath.tools.getopt   
 

Uses of OptionException in frysk.rsl
 

Methods in frysk.rsl that throw OptionException
static void LogOption.parse(String arg0)
          Parse ARG0 setting log levels.
 void LogOption.parsed(String arg0)
          Called by option parser; handle option with specified argument.
 

Uses of OptionException in frysk.util
 

Methods in frysk.util that throw OptionException
static Proc Util.getProcFromPid(int pid)
          Return a Proc associated with the given pid.
 

Uses of OptionException in gnu.classpath.tools.getopt
 

Methods in gnu.classpath.tools.getopt that throw OptionException
abstract  void FileArgumentCallback.notifyFile(String fileArgument)
          This is called when a file argument is seen.
abstract  void Option.parsed(String argument)
          This is called by the parser when this option is recognized.