com.rational.test.ft

Class StringNotInCodePageException

  • All Implemented Interfaces:
    IRationalThrowable, java.io.Serializable


    public class StringNotInCodePageException
    extends RationalTestException
    Thrown when trying to pass a Unicode character to the operating system when the operating system does not have that character in the current code page, for example, when starting applications.
    Since:
    RFT1.0
    See Also:
    Serialized Form
    • Constructor Detail

      • StringNotInCodePageException

        public StringNotInCodePageException()
        Since:
        RFT1.0
      • StringNotInCodePageException

        public StringNotInCodePageException(java.lang.String message)
        Since:
        RFT1.0