|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
FourMS.Malformed4MSMessageException
public class Malformed4MSMessageException
Thrown in the case that a malformed 4MS message is received
| Field Summary | |
|---|---|
int |
CmdError
Any 4MS command error associated with us not being able to interpret this error message |
| Constructor Summary | |
|---|---|
Malformed4MSMessageException(int cmdError,
java.lang.String msg)
Allows the user to set a command error when the exception is raised. |
|
Malformed4MSMessageException(java.lang.String msg)
|
|
| Method Summary |
|---|
| 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 |
| Field Detail |
|---|
public int CmdError
| Constructor Detail |
|---|
public Malformed4MSMessageException(java.lang.String msg)
msg -
public Malformed4MSMessageException(int cmdError,
java.lang.String msg)
cmdError - This is the 4MS command associated with the exceptionmsg - This is the message associated with the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||