com.sapportals.connector.execution.objects
Class InvalidConditionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sapportals.connector.execution.objects.InvalidConditionException
- All Implemented Interfaces:
- Serializable
public class InvalidConditionException
- extends Exception
Thrown when attempting access to an invalid condition
This exception overrides getLocalizedMessage() which returns
a message localized for current user locale
- See Also:
- Serialized Form
InvalidConditionException
public InvalidConditionException(String message)
- Constructor
- Parameters:
message - Message string
InvalidConditionException
public InvalidConditionException(String message,
String localizedString)
getLocalizedMessage
public String getLocalizedMessage()
- Overrides:
getLocalizedMessage in class Throwable
toString
public String toString()
- We need to override
Throwable.toString() because it uses
getLocalizedMessage() instead of Throwable.getMessage() as
specified in javadoc. toString() in turn is used in
Throwable.printStackTrace() which would show localized message in the log
otherwise.
- Overrides:
toString in class Throwable
This class can be accessed from:
|
SC
|
DC
|
Public Part
|
ACH
|
[sap.com] FRAMEWORK-EXT
|
[sap.com] tc/conn/connectorframeworkdeprecated
|
-
|
EP-CON-CF
|
[sap.com] EP-BASIS-API
|
[sap.com] tc/epbc/connectivityfw/api
|
api
|
EP-PIN
|
[sap.com] FRAMEWORK-EXT
|
[sap.com] tc/conn/connectorframeworkdeprecated
|
default
|
EP-CON-CF
|
Copyright 2011 SAP AG Complete Copyright Notice