Package dev.voidframework.core.exception
Class ClasspathBootstrapGeneratorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.core.exception.ClasspathBootstrapGeneratorException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ClasspathBootstrapGeneratorException.MissingProgramArgument
All exceptions thrown by the "classpath.bootstrap" generator
are subclasses of
ClasspathBootstrapGeneratorException.- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classException indicates that provided program argument is missing. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBuild a new instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClasspathBootstrapGeneratorException
Build a new instance.- Parameters:
message- The detail message
-