Class MissingRequiredArgumentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
liquibase.exception.MissingRequiredArgumentException
All Implemented Interfaces:
Serializable

public class MissingRequiredArgumentException extends Exception
Exception indicating that the required argument is missing.
See Also:
  • Constructor Details

    • MissingRequiredArgumentException

      public MissingRequiredArgumentException(String argumentName)
  • Method Details

    • getArgumentName

      public String getArgumentName()