Class CommandLineArgException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.facebook.buck.core.exceptions.HumanReadableException
-
- com.facebook.buck.core.rules.actions.lib.args.CommandLineArgException
-
- All Implemented Interfaces:
ExceptionWithHumanReadableMessage
,Serializable
public class CommandLineArgException extends HumanReadableException
Thrown when trying to create aCommandLineArgStringifier
from an invalid type- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommandLineArgException(Object arg)
Creates an instance ofCommandLineArgException
CommandLineArgException(String formatString, Object arg)
-
Method Summary
-
Methods inherited from class com.facebook.buck.core.exceptions.HumanReadableException
getDependencyStack, getHumanReadableErrorMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CommandLineArgException
public CommandLineArgException(Object arg)
Creates an instance ofCommandLineArgException
-
-