Class WikiException

    • Constructor Summary

      Constructors 
      Constructor Description
      WikiException​(java.lang.String msg)
      Constructs an exception.
      WikiException​(java.lang.String msg, java.lang.Throwable cause)
      Constructs an exception with a supplied cause.
    • 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

      • WikiException

        public WikiException​(java.lang.String msg)
        Constructs an exception.
        Parameters:
        msg - the message in the exception.
      • WikiException

        public WikiException​(java.lang.String msg,
                             java.lang.Throwable cause)
        Constructs an exception with a supplied cause.
        Parameters:
        msg - the message in the exception.
        cause - the cause of the exception