|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.beep4j.internal.profile.BEEPError
public final class BEEPError
Object representation of a BEEP error element. A BEEP error has a code and a diagnostic message.
| Constructor Summary | |
|---|---|
BEEPError(int code,
java.lang.String message)
Creates a new BEEPError object with the given code and diagnostic message. |
|
| Method Summary | |
|---|---|
int |
getCode()
Gets the three digit status code. |
java.lang.String |
getMessage()
Gets the diagnostic message. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BEEPError(int code,
java.lang.String message)
code - the status codemessage - the diagnostic message| Method Detail |
|---|
public int getCode()
public java.lang.String getMessage()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||