com.ibm.connector2.screen

Class BuildFieldException

  • All Implemented Interfaces:
    java.io.Serializable


    public class BuildFieldException
    extends ScreenException
    This exception is thrown to indicate that a failure occurs when a field is being added to the screen record. The field may be added by insertion or updating an existing field.
    • Constructor Summary

      Constructors 
      Constructor and Description
      BuildFieldException()
      Constructs a BuildFieldException with no detail message.
      BuildFieldException(java.lang.String s)
      Constructs a BuildFieldException 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

      • BuildFieldException

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

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