|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.unboundid.util.LDAPSDKException
com.unboundid.util.args.ArgumentException
@NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public final class ArgumentException
This class defines an exception that may be thrown if a problem occurs while parsing command line arguments or preparing the argument parser.
Constructor Summary | |
---|---|
ArgumentException(java.lang.String message)
Creates a new argument exception with the provided message. |
|
ArgumentException(java.lang.String message,
java.lang.Throwable cause)
Creates a new argument exception with the provided message and cause. |
Method Summary |
---|
Methods inherited from class com.unboundid.util.LDAPSDKException |
---|
getExceptionMessage, toString, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ArgumentException(java.lang.String message)
message
- The message to use for this exception.public ArgumentException(java.lang.String message, java.lang.Throwable cause)
message
- The message to use for this exception.cause
- The underlying exception that triggered this exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |