|
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
java.lang.RuntimeException
waggle.core.exceptions.XRuntimeException
public class XRuntimeException
Basic Waggle Runtime Exception.
Constructor Summary | |
---|---|
XRuntimeException(String resourceID, Object... arguments) Create and format and exception and it's 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 exceptions message. |
boolean |
isCause(Class<? extends Throwable> cause) Is the cause a reason for the exception. |
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 XRuntimeException(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(PrintWriter s)
printStackTrace
in class Throwable
s
- The stream.public void printStackTrace(PrintStream s)
printStackTrace
in class Throwable
s
- The writer.public boolean isCause(Class<? extends Throwable> cause)
cause
- The cause we are looking for.
|
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 |