com.ibm.commerce.rules.exception
Class InvalidRuleServiceKeyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.ibm.commerce.rules.exception.RulesSystemRuntimeException
                          |
                          +--com.ibm.commerce.rules.exception.InvalidRuleServiceKeyException
All Implemented Interfaces:
java.io.Serializable

public class InvalidRuleServiceKeyException
extends RulesSystemRuntimeException

Indicates an attempt to create a rule service key from an invalid string.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
           
 
Constructor Summary
InvalidRuleServiceKeyException(java.lang.String aParseString)
           
 
Method Summary
protected  com.ibm.commerce.services.logging.Message getExceptionMessage()
          Subclasses must return an exception message to be formatted when a client calls getMessage().
protected  java.lang.Object[] getMessageParameters()
          Subclasses should override this method to return the proper message parameters, unless the exception message takes no parameters.
 java.lang.String getParseString()
           
 
Methods inherited from class com.ibm.commerce.rules.exception.RulesSystemRuntimeException
getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Constructor Detail

InvalidRuleServiceKeyException

public InvalidRuleServiceKeyException(java.lang.String aParseString)
Parameters:
aParseString - The invalid parse string.
Method Detail

getExceptionMessage

protected com.ibm.commerce.services.logging.Message getExceptionMessage()
Description copied from class: RulesSystemRuntimeException
Subclasses must return an exception message to be formatted when a client calls getMessage().
Overrides:
getExceptionMessage in class RulesSystemRuntimeException
See Also:
RulesSystemRuntimeException

getMessageParameters

protected java.lang.Object[] getMessageParameters()
Description copied from class: RulesSystemRuntimeException
Subclasses should override this method to return the proper message parameters, unless the exception message takes no parameters. In that case, this implementation is sufficient.
Overrides:
getMessageParameters in class RulesSystemRuntimeException
See Also:
RulesSystemRuntimeException

getParseString

public java.lang.String getParseString()