|
SAP NetWeaver 7.11 (EhP1 SP02) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectBaseException
com.sap.caf.eu.gp.exception.api.GPBaseException
com.sap.caf.eu.gp.exception.api.GPEngineException
public class GPEngineException
This exception ia used to indicate that an error has occured within the framework that was not caused by external conditions (e.g. wrong invocation parameters).
| Constructor Summary | |
|---|---|
GPEngineException(Location location,
ResourceAccessor resourceAccessor,
String msgKey)
Create a new EngineException with specified logging location, resource accessor and text key |
|
GPEngineException(Location location,
ResourceAccessor resourceAccessor,
String msgKey,
Object[] arguments)
Create a new EngineException with specified logging location, resource accessor, text key and text arguments |
|
GPEngineException(Location location,
ResourceAccessor resourceAccessor,
String msgKey,
Object[] arguments,
Throwable nested)
Create a new EngineException with specified logging location, resource accessor, text key, text arguments and nested throwable |
|
GPEngineException(Location location,
ResourceAccessor resourceAccessor,
String msgKey,
Throwable nested)
Create a new EngineException with specified logging location, resource accessor, text key and nested throwable |
|
GPEngineException(Location location,
Throwable throwable)
Constructs a new exception with a location and and cause. |
|
| Method Summary |
|---|
| Methods inherited from class com.sap.caf.eu.gp.exception.api.GPBaseException |
|---|
getArguments, getMessageKey, getResourceAccessor |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GPEngineException(Location location,
ResourceAccessor resourceAccessor,
String msgKey)
location - resourceAccessor - msgKey -
public GPEngineException(Location location,
ResourceAccessor resourceAccessor,
String msgKey,
Object[] arguments)
location - resourceAccessor - msgKey - arguments -
public GPEngineException(Location location,
ResourceAccessor resourceAccessor,
String msgKey,
Throwable nested)
location - resourceAccessor - msgKey - nested -
public GPEngineException(Location location,
ResourceAccessor resourceAccessor,
String msgKey,
Object[] arguments,
Throwable nested)
location - resourceAccessor - msgKey - arguments - nested -
public GPEngineException(Location location,
Throwable throwable)
location - locationthrowable - cause
|
SAP NetWeaver 7.11 (EhP1 SP02) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||