|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
gr.uoa.di.madgik.execution.exception.ExecutionException
gr.uoa.di.madgik.execution.exception.ExecutionRunTimeException
public class ExecutionRunTimeException
Run time exception. The exception can also hold information on the exception that was originally thrown and caused the run time exception to be thrown. Since the cause of the error will need to be reachable even after the exception is marshaled and unmarshaled in a remote location where the actual type of exception is not available, the external cause is stored using its class name
| Constructor Summary | |
|---|---|
ExecutionRunTimeException()
Instantiates a new execution run time exception. |
|
ExecutionRunTimeException(String message)
Instantiates a new execution run time exception. |
|
ExecutionRunTimeException(String message,
Throwable cause)
Instantiates a new execution run time exception. |
|
| Method Summary | |
|---|---|
String |
GetCauseFullName()
Gets the cause full name. |
String |
GetCauseSimpleName()
Gets the cause simple name. |
void |
SetCause(Exception ex)
Sets the cause. |
void |
SetCause(Throwable ex)
Sets the cause. |
void |
SetCauseFullName(String Cause)
Sets the cause full name. |
void |
SetCauseSimpleName(String Cause)
Sets the cause simple name. |
| 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 |
| Constructor Detail |
|---|
public ExecutionRunTimeException()
public ExecutionRunTimeException(String message)
message - the message
public ExecutionRunTimeException(String message,
Throwable cause)
message - the messagecause - the cause| Method Detail |
|---|
public void SetCause(Exception ex)
ex - the causepublic void SetCause(Throwable ex)
ex - the causepublic void SetCauseFullName(String Cause)
Cause - the causepublic void SetCauseSimpleName(String Cause)
Cause - the causepublic String GetCauseFullName()
public String GetCauseSimpleName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||