Class BaseException

    • Constructor Summary

      Constructors 
      Constructor Description
      BaseException()  
      BaseException​(java.lang.String message)  
      BaseException​(java.lang.String message, java.lang.Throwable cause)  
      BaseException​(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)  
      BaseException​(java.lang.Throwable cause)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(BaseException ex)  
      void add​(java.lang.String mensagem)  
      void add​(java.util.List<BaseException> lista)  
      java.util.List<java.lang.Exception> getListExceptions()  
      boolean hasException()  
      • 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

      • BaseException

        public BaseException()
      • BaseException

        public BaseException​(java.lang.String message)
      • BaseException

        public BaseException​(java.lang.String message,
                             java.lang.Throwable cause)
      • BaseException

        public BaseException​(java.lang.Throwable cause)
      • BaseException

        public BaseException​(java.lang.String message,
                             java.lang.Throwable cause,
                             boolean enableSuppression,
                             boolean writableStackTrace)
    • Method Detail

      • add

        public void add​(java.lang.String mensagem)
      • hasException

        public boolean hasException()
      • getListExceptions

        public java.util.List<java.lang.Exception> getListExceptions()