edu.wpi.ebob.internal.jem
Class JEMRemoteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.wpi.ebob.model.cm.RemoteException
edu.wpi.ebob.internal.jem.JEMRemoteException
- All Implemented Interfaces:
- IObject, java.io.Serializable
public class JEMRemoteException
- extends RemoteException
Represents an exception thrown on a JEM remote JVM.
- Author:
- Liam Morley
- See Also:
- Serialized Form
Field Summary |
private org.eclipse.jem.internal.proxy.core.ThrowableProxy |
tp
|
Constructor Summary |
JEMRemoteException(org.eclipse.jem.internal.proxy.core.ThrowableProxy tp)
Constructs a new JEMRemoteException using a JEM ThrowableProxy. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
tp
private org.eclipse.jem.internal.proxy.core.ThrowableProxy tp
JEMRemoteException
public JEMRemoteException(org.eclipse.jem.internal.proxy.core.ThrowableProxy tp)
- Constructs a new JEMRemoteException using a JEM ThrowableProxy.
getIClass
public IClass getIClass()
- Specified by:
getIClass
in interface IObject
- Specified by:
getIClass
in class RemoteException
- See Also:
IObject.getIClass()
isInstanceof
public boolean isInstanceof(IClass obj)
- See Also:
IObject.isInstanceof(IClass)
objToString
public java.lang.String objToString()
- See Also:
IObject.objToString()
getLocalizedMessage
public java.lang.String getLocalizedMessage()
- Overrides:
getLocalizedMessage
in class java.lang.Throwable
- See Also:
Throwable.getLocalizedMessage()
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable
- See Also:
Throwable.getMessage()
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class java.lang.Throwable
- See Also:
Throwable.printStackTrace()
printStackTrace
public void printStackTrace(java.io.PrintStream s)
- Overrides:
printStackTrace
in class java.lang.Throwable
- See Also:
Throwable.printStackTrace(PrintStream)
printStackTrace
public void printStackTrace(java.io.PrintWriter s)
- Overrides:
printStackTrace
in class java.lang.Throwable
- See Also:
Throwable.printStackTrace(PrintWriter)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Throwable
- See Also:
Object.toString()