|
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
com.sap.caf.eu.gp.exception.api.GPTechnicalCallableObjectException
public class GPTechnicalCallableObjectException
An exception of this type may only be thrown if an unhandled internal exception occurs. Use GPTechnicalCallableObjectException if a very unusual and unforseen situation is encountered that cannot be handled internally or by throwing a process exception.
| Constructor Summary | |
|---|---|
GPTechnicalCallableObjectException(Location location,
ResourceAccessor resourceAccessor,
String msgKey)
|
|
GPTechnicalCallableObjectException(Location location,
ResourceAccessor resourceAccessor,
String msgKey,
Object[] arguments)
|
|
GPTechnicalCallableObjectException(Location location,
ResourceAccessor resourceAccessor,
String msgKey,
Object[] arguments,
Throwable nested)
|
|
GPTechnicalCallableObjectException(Location location,
ResourceAccessor resourceAccessor,
String msgKey,
Throwable nested)
|
|
GPTechnicalCallableObjectException(Location location,
String localizedMessage)
Initializes the object with an already localized message. |
|
GPTechnicalCallableObjectException(Location location,
String localizedMessage,
Throwable nested)
Initializes the object with an already localized message. |
|
| 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 GPTechnicalCallableObjectException(Location location,
String localizedMessage)
Use for web dynpro only.
location - localizedMessage -
public GPTechnicalCallableObjectException(Location location,
String localizedMessage,
Throwable nested)
Use for web dynpro only.
location - localizedMessage - nested -
public GPTechnicalCallableObjectException(Location location,
ResourceAccessor resourceAccessor,
String msgKey)
location - resourceAccessor - msgKey -
public GPTechnicalCallableObjectException(Location location,
ResourceAccessor resourceAccessor,
String msgKey,
Object[] arguments)
location - resourceAccessor - msgKey - arguments -
public GPTechnicalCallableObjectException(Location location,
ResourceAccessor resourceAccessor,
String msgKey,
Throwable nested)
location - resourceAccessor - msgKey - nested -
public GPTechnicalCallableObjectException(Location location,
ResourceAccessor resourceAccessor,
String msgKey,
Object[] arguments,
Throwable nested)
location - resourceAccessor - msgKey - arguments - nested -
|
SAP NetWeaver 7.11 (EhP1 SP02) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||