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:
  • Constructor Details

    • 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)
    • JWNLRuntimeException

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

      public JWNLRuntimeException(String key, Object arg, Throwable cause)