org.googlecode.java_cl_parser
Class UsageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.googlecode.java_cl_parser.UsageException
All Implemented Interfaces:
java.io.Serializable

public class UsageException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
UsageException(java.lang.Object entry, java.util.List<org.googlecode.java_cl_parser.CommonsCLILauncher.Data> options)
           
UsageException(java.lang.Object entry, java.util.List<org.googlecode.java_cl_parser.CommonsCLILauncher.Data> options, java.lang.String message)
           
UsageException(java.lang.Object entry, java.util.List<org.googlecode.java_cl_parser.CommonsCLILauncher.Data> options, java.lang.String message, java.lang.Throwable cause)
           
UsageException(java.lang.Object entry, java.util.List<org.googlecode.java_cl_parser.CommonsCLILauncher.Data> options, java.lang.Throwable cause)
           
 
Method Summary
 java.util.List<org.googlecode.java_cl_parser.CommonsCLILauncher.Data> getAvailableOptions()
           
 java.lang.String getFormattedUsageStatement()
           
 
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

UsageException

public UsageException(java.lang.Object entry,
                      java.util.List<org.googlecode.java_cl_parser.CommonsCLILauncher.Data> options)

UsageException

public UsageException(java.lang.Object entry,
                      java.util.List<org.googlecode.java_cl_parser.CommonsCLILauncher.Data> options,
                      java.lang.String message)

UsageException

public UsageException(java.lang.Object entry,
                      java.util.List<org.googlecode.java_cl_parser.CommonsCLILauncher.Data> options,
                      java.lang.String message,
                      java.lang.Throwable cause)

UsageException

public UsageException(java.lang.Object entry,
                      java.util.List<org.googlecode.java_cl_parser.CommonsCLILauncher.Data> options,
                      java.lang.Throwable cause)
Method Detail

getAvailableOptions

public java.util.List<org.googlecode.java_cl_parser.CommonsCLILauncher.Data> getAvailableOptions()

getFormattedUsageStatement

public java.lang.String getFormattedUsageStatement()


Copyright © 2013. All Rights Reserved.