|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmacaw.system.MacawError
public class MacawError
Constructor Summary | |
---|---|
MacawError(MacawErrorType errorType,
java.lang.String message)
|
Method Summary | |
---|---|
MacawErrorType |
getErrorType()
|
java.lang.String |
getMessage()
|
void |
setErrorType(MacawErrorType errorType)
|
void |
setMessage(java.lang.String message)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MacawError(MacawErrorType errorType, java.lang.String message)
Method Detail |
---|
public MacawErrorType getErrorType()
public void setErrorType(MacawErrorType errorType)
errorType
- the errorType to setpublic java.lang.String getMessage()
public void setMessage(java.lang.String message)
message
- the message to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |