I want to use jfiglet as a dependency.
The method convertOneLine(String message) uses an internal font, so it won't happen that it is not found and an IOException is thrown. Does the method need to throw an exception then or could it try/catch internally?
I want to use
jfigletas a dependency.The method
convertOneLine(String message)uses an internal font, so it won't happen that it is not found and anIOExceptionis thrown. Does the method need to throw an exception then or could ittry/catchinternally?