Package dev.voidframework.core.exception
Class ClasspathBootstrapGeneratorException.MissingProgramArgument
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.core.exception.ClasspathBootstrapGeneratorException
dev.voidframework.core.exception.ClasspathBootstrapGeneratorException.MissingProgramArgument
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ClasspathBootstrapGeneratorException
public static class ClasspathBootstrapGeneratorException.MissingProgramArgument
extends ClasspathBootstrapGeneratorException
Exception indicates that provided program argument is missing.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class dev.voidframework.core.exception.ClasspathBootstrapGeneratorException
ClasspathBootstrapGeneratorException.MissingProgramArgument -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingProgramArgument
Build a new instance.- Parameters:
message- The message
-