ilog.rules.res.model

Class IlrInvalidCharFormatException

  • All Implemented Interfaces:
    com.ibm.rules.res.message.internal.LocalizedMessage, java.io.Serializable


    public class IlrInvalidCharFormatException
    extends IlrFormatException
    An IlrInvalidCharFormatException instance is thrown to show that a method has been passed an argument in a wrong format. This subclass of IlrFormatException is used for invalid characters.
    Since:
    7.0
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class com.ibm.rules.res.message.internal.LocalizedException

        msg
    • Constructor Summary

      Constructors 
      Constructor and Description
      IlrInvalidCharFormatException(java.lang.String resourceBundleName, java.lang.String messageCode, java.lang.String[] messageParam, java.lang.Character failingCharacter)
      Creates a new IlrInvalidCharFormatException instance.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.Character getFailingCharacter()
      Returns the invalid character.
      • Methods inherited from class com.ibm.rules.res.message.internal.LocalizedException

        getLocalizedMessage, getLocalizedMessage, getMessage, getMessageCode, getMessageParameters, getResourceBundleName
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • IlrInvalidCharFormatException

        public IlrInvalidCharFormatException(java.lang.String resourceBundleName,
                                     java.lang.String messageCode,
                                     java.lang.String[] messageParam,
                                     java.lang.Character failingCharacter)
        Creates a new IlrInvalidCharFormatException instance.
        Parameters:
        resourceBundleName - The resource bundle name.
        messageCode - The message code.
        messageParam - The message parameter.
        failingCharacter - The invalid character.
    • Method Detail

      • getFailingCharacter

        public java.lang.Character getFailingCharacter()
        Returns the invalid character.
        Returns:
        The invalid character.

© Copyright IBM Corp. 1987, 2020