|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
java.lang.Throwable
java.lang.Exception
waggle.core.exceptions.XException
public class XException
Basic Waggle Exception.
| Constructor Summary | |
|---|---|
XException(String resourceID, Object... arguments)Create and format an exception and its message string. |
|
| Method Summary | |
|---|---|
Object[] |
getArguments()Return the arguments used to format this exceptions message. |
Date |
getDate()Return the Date of this exception. |
String |
getResourceID()Return the resource ID used to format this exception's message. |
void |
printStackTrace(PrintStream s)Print this exception using our exception format. |
void |
printStackTrace(PrintWriter s)Print this exception using our exception format. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public XException(String resourceID,
Object... arguments)
resourceID - The resource ID used to format the message.arguments - The arguments used to format the exception.| Method Detail |
|---|
public String getResourceID()
public Object[] getArguments()
public Date getDate()
public void printStackTrace(PrintStream s)
printStackTrace in class Throwables - The stream.public void printStackTrace(PrintWriter s)
printStackTrace in class Throwables - The writer.
|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||