Class JWNLRuntimeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class JWNLRuntimeException
    extends java.lang.RuntimeException
    Base level runtime exception used by JWNL. Tries to resolve the message using JWNL.resolveMessage.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • JWNLRuntimeException

        public JWNLRuntimeException​(java.lang.String key)
      • JWNLRuntimeException

        public JWNLRuntimeException​(java.lang.String key,
                                    java.lang.Object arg)
      • JWNLRuntimeException

        public JWNLRuntimeException​(java.lang.String key,
                                    java.lang.Object[] args)
      • JWNLRuntimeException

        public JWNLRuntimeException​(java.lang.String key,
                                    java.lang.Throwable cause)
      • JWNLRuntimeException

        public JWNLRuntimeException​(java.lang.String key,
                                    java.lang.Object[] args,
                                    java.lang.Throwable cause)
      • JWNLRuntimeException

        public JWNLRuntimeException​(java.lang.String key,
                                    java.lang.Object arg,
                                    java.lang.Throwable cause)