public class ExecutionRunTimeException extends ExecutionException
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ExecutionRunTimeException()
public ExecutionRunTimeException(String message)
message - the messagepublic 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()
Copyright © 2014. All Rights Reserved.