org.limitless.util
Class CommandLineArgumentParser.ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.limitless.util.CommandLineArgumentParser.ParseException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
CommandLineArgumentParser

public static class CommandLineArgumentParser.ParseException
extends java.lang.Exception

This exception class is used when a parse rule is violated.

Author:
Brian Jones
See Also:
Serialized Form

Constructor Summary
CommandLineArgumentParser.ParseException(java.lang.String reason)
           
 
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
 

Constructor Detail

CommandLineArgumentParser.ParseException

CommandLineArgumentParser.ParseException(java.lang.String reason)


Copyright © 1995, 2004 Limitless Knowledge Association, All Rights Reserved.