|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
edu.wpi.ebob.model.cm.RemoteException
public abstract class RemoteException
Constructor Summary | |
---|---|
RemoteException()
|
|
RemoteException(java.lang.String message)
|
|
RemoteException(java.lang.String message,
java.lang.Throwable cause)
|
|
RemoteException(java.lang.Throwable cause)
|
Method Summary | |
---|---|
abstract IClass |
getIClass()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface edu.wpi.ebob.model.cm.IObject |
---|
isInstanceof, objToString |
Constructor Detail |
---|
public RemoteException()
public RemoteException(java.lang.String message)
message
- public RemoteException(java.lang.Throwable cause)
cause
- public RemoteException(java.lang.String message, java.lang.Throwable cause)
message
- cause
- Method Detail |
---|
public abstract IClass getIClass()
getIClass
in interface IObject
IObject.getIClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |