wt.services.applicationcontext.implementation
Class UnableToParseServiceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bywt.util.WTException
              extended bywt.services.applicationcontext.implementation.UnableToLoadServiceProperties
                  extended bywt.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

Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
private  String serviceEntry
           
private  String tokenName
           
 
Fields inherited from class wt.util.WTException
GETMESSAGE_LINE_SEPARATOR, LINE_SEPARATOR, SPACE_SEPARATOR, TOSTRING_LINE_SEPARATOR
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
UnableToParseServiceException(Throwable throwable, String serviceEntry, String invalidToken)
          

Supported API: false
 
Method Summary
 String getServiceEntry()
          Gets the value of the attribute: serviceEntry.
 String getTokenName()
          Gets the value of the attribute: tokenName.
protected  void setServiceEntry(String a_ServiceEntry)
          Sets the value of the attribute: serviceEntry.
protected  void setTokenName(String a_TokenName)
          Sets the value of the attribute: tokenName.
 
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
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

UnableToParseServiceException

public UnableToParseServiceException(Throwable throwable,
                                     String serviceEntry,
                                     String invalidToken)


Supported API: false

Parameters:
throwable -
serviceEntry -
invalidToken -
Method Detail

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 -