
public class MissingArgumentException extends IllegalStateException
| Constructor and Description |
|---|
MissingArgumentException(String name)
Creates a new instance of
MissingArgumentException taking
the name of the missing argument. |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the name of the missing argument.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MissingArgumentException(String name)
MissingArgumentException taking
the name of the missing argument.name - the name of the missing argument.Copyright © 2005-2012 jDTAUS. All Rights Reserved.