|
AdventNet WiFi Mediation API, v1.0 | |||||||||
| 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.adventnet.wifi.mediation.exception.InvalidInputsException
This exception is thrown when the inputs specified are not valid.
| Constructor Summary | |
InvalidInputsException()
Constructs a InvalidInputsException with
null as its error message. |
|
InvalidInputsException(java.lang.String arg0)
Constructs a InvalidInputsException with
arg0 as its error message. |
|
InvalidInputsException(java.lang.Throwable throwable)
Constructs a InvalidInputsException with
its cause. |
|
| Method Summary | |
void |
addErrorCode(int i)
Internally used. |
java.util.ArrayList |
getErrList()
Internally used, fetches the list of errors codes. |
int[] |
getErrors()
Fetches the list of errors codes as an int array. |
void |
setErrList(java.util.ArrayList list)
Internally used, sets the error list. |
| 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 |
public InvalidInputsException()
InvalidInputsException with
null as its error message.
public InvalidInputsException(java.lang.Throwable throwable)
InvalidInputsException with
its cause.
throwable - the throwable.public InvalidInputsException(java.lang.String arg0)
InvalidInputsException with
arg0 as its error message.
arg0 - the error message.| Method Detail |
public void addErrorCode(int i)
i - the error code.ErrorConstantspublic void setErrList(java.util.ArrayList list)
list - the list of error codes.public java.util.ArrayList getErrList()
ErrorConstantspublic int[] getErrors()
ErrorConstants
|
AdventNet WiFi Mediation API, v1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||