bpiwowar.argparser
Class UnmatchedArgumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by bpiwowar.argparser.ArgParserException
              extended by bpiwowar.argparser.ArgParseException
                  extended by bpiwowar.argparser.UnmatchedArgumentException
All Implemented Interfaces:
Serializable

public class UnmatchedArgumentException
extends ArgParseException

See Also:
Serialized Form

Constructor Summary
UnmatchedArgumentException(String msg)
           
UnmatchedArgumentException(String arg, 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
 

Constructor Detail

UnmatchedArgumentException

public UnmatchedArgumentException(String arg,
                                  String msg)

UnmatchedArgumentException

public UnmatchedArgumentException(String msg)


Copyright © 2013. All Rights Reserved.