wt.services.applicationcontext.implementation
Class UnableToParseServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
wt.util.WTException
wt.services.applicationcontext.implementation.UnableToLoadServiceProperties
wt.services.applicationcontext.implementation.UnableToParseServiceException
- All Implemented Interfaces:
- LocalizableMessage, Message, Serializable
- public class UnableToParseServiceException
- extends UnableToLoadServiceProperties
- implements Serializable
Exception thrown when an invalid entry is discovered in the properties.
Supported API: false
Extendable: false
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class wt.util.WTException |
getAdditionalMessageArray, getAdditionalMessages, getAdditionalMessages, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getNestedExceptionString, getNestedExceptionString, getNestedThrowable, getStandardMessage, getStandardMessage, printStackTrace, printStackTrace, printStackTrace, setLocalizedMessage, toString, toString |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
serviceEntry
private String serviceEntry
tokenName
private String tokenName
UnableToParseServiceException
public UnableToParseServiceException(Throwable throwable,
String serviceEntry,
String invalidToken)
Supported API: false
- Parameters:
throwable
- serviceEntry
- invalidToken
-
getServiceEntry
public String getServiceEntry()
- Gets the value of the attribute: serviceEntry.
Supported API: false
- Returns:
- String
setServiceEntry
protected void setServiceEntry(String a_ServiceEntry)
- Sets the value of the attribute: serviceEntry.
Supported API: false
- Parameters:
a_ServiceEntry
-
getTokenName
public String getTokenName()
- Gets the value of the attribute: tokenName.
Supported API: false
- Returns:
- String
setTokenName
protected void setTokenName(String a_TokenName)
- Sets the value of the attribute: tokenName.
Supported API: false
- Parameters:
a_TokenName
-