Class UnsupportedDigitException

  • All Implemented Interfaces:
    Serializable

    public class UnsupportedDigitException
    extends RuntimeException
    This exception is thrown by the methods implementing interface com.opencloud.slee.resources.in.datatypes.StringCodec if the codec does not have a mapping for a particular digit with which it has been supplied.
    See Also:
    Serialized Form
    • Constructor Detail

      • UnsupportedDigitException

        public UnsupportedDigitException​(String message)
        Create a new UnsupportedDigitException with an explanatory message.
        Parameters:
        message - the explanation