Class ReferenceError

  • All Implemented Interfaces:
    EtfClientException, java.io.Serializable

    public class ReferenceError
    extends java.lang.IllegalStateException
    implements EtfClientException
    Thrown if an item could not be resolved. This most likely will happen if there is an issue with the Executable Test Suite, the Translation Templates or the configuration in general.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ReferenceError​(java.lang.String s)  
    • 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

      • ReferenceError

        public ReferenceError​(java.lang.String s)