Class AutotestException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jp.co.moneyforward.autotest.framework.core.AutotestException
All Implemented Interfaces:
Serializable

public class AutotestException extends RuntimeException
An exception for the InsDog framework.
See Also:
  • Constructor Details

    • AutotestException

      public AutotestException(String message, Throwable cause)
      Creates an object of this class.
      Parameters:
      message - A message for this exception.
      cause - A cause of this exception, if any. Otherwise, null.