public class JavonetException
extends java.lang.Exception
NException
which provides multiple additional information instead of pure string representation of
error message with stack trace. Read more in NException
section.
Javonet.setUseLegacyExceptions(boolean)
method.Constructor and Description |
---|
JavonetException(java.lang.String message)
Creates new instance of JavonetException with specified message.
|
JavonetException(java.lang.String message,
java.lang.Throwable childException) |