Package org.spdx.core

Class SpdxIdNotFoundException

    • Constructor Detail

      • SpdxIdNotFoundException

        public SpdxIdNotFoundException()
        General SPDX ID not found exception
      • SpdxIdNotFoundException

        public SpdxIdNotFoundException​(String arg0)
        Parameters:
        arg0 - message
      • SpdxIdNotFoundException

        public SpdxIdNotFoundException​(Throwable arg0)
        Parameters:
        arg0 - cause exception
      • SpdxIdNotFoundException

        public SpdxIdNotFoundException​(String arg0,
                                       Throwable arg1)
        Parameters:
        arg0 - message
        arg1 - cause
      • SpdxIdNotFoundException

        public SpdxIdNotFoundException​(String arg0,
                                       Throwable arg1,
                                       boolean arg2,
                                       boolean arg3)