Class JWNLRuntimeException

  • All Implemented Interfaces:
    Serializable

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

      • JWNLRuntimeException

        public JWNLRuntimeException​(String key)
      • JWNLRuntimeException

        public JWNLRuntimeException​(String key,
                                    Object arg)
      • JWNLRuntimeException

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

        public JWNLRuntimeException​(String key,
                                    Throwable cause)