Package ai.wanaku.cli.main.support
Class DocumentationLoader.DocumentationNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
ai.wanaku.cli.main.support.DocumentationLoader.DocumentationNotFoundException
- All Implemented Interfaces:
Serializable
- Enclosing class:
DocumentationLoader
Exception thrown when a documentation file cannot be found.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDocumentationNotFoundException(String message) Constructs a new DocumentationNotFoundException with the specified message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DocumentationNotFoundException
Constructs a new DocumentationNotFoundException with the specified message.- Parameters:
message- the detail message
-