com.ibm.connector2.screen

Class FieldTextOverflowException

  • All Implemented Interfaces:
    java.io.Serializable


    public class FieldTextOverflowException
    extends ScreenException
    This exception is thrown when the text being appended or set in a field would cause the text of the field to exceed its maximum length.
    • Constructor Summary

      Constructors 
      Constructor and Description
      FieldTextOverflowException()
      Constructs a FieldTextOverflowException with no detail message.
      FieldTextOverflowException(java.lang.String s)
      Constructs a FieldTextOverflowException with the specified detail message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • FieldTextOverflowException

        public FieldTextOverflowException()
        Constructs a FieldTextOverflowException with no detail message.
      • FieldTextOverflowException

        public FieldTextOverflowException(java.lang.String s)
        Constructs a FieldTextOverflowException with the specified detail message.
        Parameters:
        s - The detail message.
©Copyright IBM Corp. 1994, 2013
Legal