Class TestArgumentFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.antublue.test.engine.exception.TestArgumentFailedException
All Implemented Interfaces:
Serializable

public class TestArgumentFailedException extends RuntimeException
Class to implement a generic TestEngineException
See Also:
  • Constructor Details

    • TestArgumentFailedException

      public TestArgumentFailedException(String message)
      Constructor
      Parameters:
      message - message
    • TestArgumentFailedException

      public TestArgumentFailedException(String message, Throwable throwable)
      Constructor
      Parameters:
      message - message
      throwable - throwable
    • TestArgumentFailedException

      public TestArgumentFailedException(Throwable throwable)
      Constructor
      Parameters:
      throwable - throwable