|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
ogre.dms.exceptions.DMSException
public class DMSException
Field Summary |
---|
Fields inherited from class java.rmi.RemoteException |
---|
detail |
Constructor Summary | |
---|---|
DMSException()
Default constructor. |
|
DMSException(DMSResult result)
|
|
DMSException(String message)
Constructs with message. |
|
DMSException(String message,
DMSResult result)
Constructs with chained exception. |
|
DMSException(String message,
Throwable cause)
Constructs with message and exception. |
|
DMSException(Throwable cause)
Constructs with chained exception. |
|
DMSException(Throwable cause,
DMSResult result)
Constructs with chained exception. |
Method Summary | |
---|---|
DMSResult |
getDMSResult()
|
Throwable |
getException()
Retrieves nested exception. |
void |
printStackTrace()
|
void |
printStackTrace(PrintStream ps)
|
void |
printStackTrace(PrintWriter pw)
|
Methods inherited from class java.rmi.RemoteException |
---|
getCause, getMessage |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DMSException()
public DMSException(String message)
public DMSException(String message, DMSResult result)
public DMSException(DMSResult result)
public DMSException(Throwable cause, DMSResult result)
public DMSException(Throwable cause)
public DMSException(String message, Throwable cause)
Method Detail |
---|
public DMSResult getDMSResult()
public Throwable getException()
public void printStackTrace()
printStackTrace
in class Throwable
public void printStackTrace(PrintStream ps)
printStackTrace
in class Throwable
public void printStackTrace(PrintWriter pw)
printStackTrace
in class Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |