Talk:Validate a local user using a standalone application
From Kasai documentation
All is Ok. But, I can“t compile this code. checkPasswordUser() throws some exceptions (NofFoundException, InvalidPasswordException, etc.) All of them are really exceptions? My ID send this message when I catch NotFoundException: incompatible types: found org.manentia.kasai.exceptions.NotFoundException; required java.lang.Throwable. Maybe, my java programming is very basic. Can you help me? Thanks in advance.
You probably don't have the Kasai JAR and/or it's libraries in your classpath. All those classes (exceptions) are there.

