com.ibm.ctg.client.exceptions

Class ContainerBidiException

  • All Implemented Interfaces:
    java.io.Serializable


    public class ContainerBidiException
    extends ContainerException
    This exception is thrown if an application attempts to create a Container with the Java system property ctg.bidi.target.layout set to an unknown value.
    • Constructor Summary

      Constructors 
      Constructor and Description
      ContainerBidiException()
      Creates a new exception with no message.
      ContainerBidiException(java.lang.String message)
      Creates a new exception with the specified message.
      ContainerBidiException(java.lang.String message, java.lang.Throwable cause)
      Creates a new exception with the specified message and cause.
      ContainerBidiException(java.lang.Throwable cause)
      Creates a new exception with the specified cause.
    • 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

      • ContainerBidiException

        public ContainerBidiException()
        Creates a new exception with no message.
      • ContainerBidiException

        public ContainerBidiException(java.lang.String message)
        Creates a new exception with the specified message.
        Parameters:
        message - The message in the exception.
      • ContainerBidiException

        public ContainerBidiException(java.lang.Throwable cause)
        Creates a new exception with the specified cause.
        Parameters:
        cause - The cause of the exception.
      • ContainerBidiException

        public ContainerBidiException(java.lang.String message,
                              java.lang.Throwable cause)
        Creates a new exception with the specified message and cause.
        Parameters:
        message - The message in the exception.
        cause - The cause of the exception.
©Copyright IBM Corp. 1994, 2012
Legal