CICS® Transaction Gateway Programming Reference v1.1.0.0

com.ibm.connector2.screen
Class ScreenException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.connector2.screen.ScreenException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BuildFieldException, FieldNotFoundException, FieldProtectedException, FieldTextOverflowException, IndexOutOfBoundsException, NameNotFoundException

public class ScreenException
extends java.lang.Exception

This exception is thrown to indicate that a failure occurs while working with a Screen Record.

See Also:
Serialized Form

Constructor Summary
ScreenException()
          Constructs a ScreenException with no detail message.
ScreenException(java.lang.String s)
          Constructs a ScreenException with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScreenException

public ScreenException()
Constructs a ScreenException with no detail message.


ScreenException

public ScreenException(java.lang.String s)
Constructs a ScreenException with the specified detail message.

Parameters:
s - The detail message.

©Copyright IBM Corp. 1994, 2014
Legal