org.googlecode.java_cl_parser
Class UsageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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)
|
| 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 |
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)
getAvailableOptions
public java.util.List<org.googlecode.java_cl_parser.CommonsCLILauncher.Data> getAvailableOptions()
getFormattedUsageStatement
public java.lang.String getFormattedUsageStatement()
Copyright © 2013. All Rights Reserved.