Package liquibase.exception
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingRequiredArgumentException(String argumentName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getArgumentName()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-