edu.wpi.ebob.internal.jem
Class JEMRemoteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.wpi.ebob.model.cm.RemoteException
              extended by 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.
 
Method Summary
 IClass getIClass()
           
 java.lang.String getLocalizedMessage()
           
 java.lang.String getMessage()
           
 boolean isInstanceof(IClass obj)
           
 java.lang.String objToString()
           
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream s)
           
 void printStackTrace(java.io.PrintWriter s)
           
 java.lang.String toString()
           
 
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
 

Field Detail

tp

private org.eclipse.jem.internal.proxy.core.ThrowableProxy tp
Constructor Detail

JEMRemoteException

public JEMRemoteException(org.eclipse.jem.internal.proxy.core.ThrowableProxy tp)
Constructs a new JEMRemoteException using a JEM ThrowableProxy.

Method Detail

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()