Class GenDriverException

  • All Implemented Interfaces:
    java.io.Serializable

    public class GenDriverException
    extends java.lang.Exception
    Implements the most generalized interface driver exception.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      GenDriverException​(java.lang.String aMessage)
      Construct with message.
      GenDriverException​(java.lang.String aMessage, java.lang.Throwable aCause)
      Construct with message and inner exception.
      GenDriverException​(java.lang.Throwable aCause)
      Construct with inner exception.
    • 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

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

      • GenDriverException

        public GenDriverException​(java.lang.String aMessage)
        Construct with message.
        Parameters:
        aMessage - the error message
      • GenDriverException

        public GenDriverException​(java.lang.Throwable aCause)
        Construct with inner exception.
        Parameters:
        aCause - the inner exception
      • GenDriverException

        public GenDriverException​(java.lang.String aMessage,
                                  java.lang.Throwable aCause)
        Construct with message and inner exception.
        Parameters:
        aMessage - the error message
        aCause - the inner exception