Class SilverpeasRuntimeException

    • Constructor Detail

      • SilverpeasRuntimeException

        public SilverpeasRuntimeException​(String callingClass,
                                          int errorLevel,
                                          String message)
        Deprecated.
      • SilverpeasRuntimeException

        public SilverpeasRuntimeException​(String callingClass,
                                          int errorLevel,
                                          String message,
                                          String extraParams)
        Deprecated.
      • SilverpeasRuntimeException

        public SilverpeasRuntimeException​(String callingClass,
                                          int errorLevel,
                                          String message,
                                          Exception nested)
        Deprecated.
      • SilverpeasRuntimeException

        public SilverpeasRuntimeException​(String callingClass,
                                          int errorLevel,
                                          String message,
                                          String extraParams,
                                          Throwable nested)
        Deprecated.
    • Method Detail

      • getNested

        public Throwable getNested()
        Deprecated.
        retourne l'exception qui a provoqué la creation de celle-ci. Permet l'encapsulation des exception technique.
        Specified by:
        getNested in interface WithNested
        Returns:
        L'exception précédente qui a provoqué celle-ci, null s'il n'y en a pas.
      • getMessageLang

        public String getMessageLang()
        Deprecated.
        This function must be defined by the Classes that herit from this one
        Specified by:
        getMessageLang in interface FromModule
        Returns:
        The module name
      • getErrorLevel

        public int getErrorLevel()
        Deprecated.
        retourne le niveau de critissicité de l'exception
        Specified by:
        getErrorLevel in interface FromModule
        Returns:
        le niveau d'erreur, FATAL, ERROR, ou WARNING