Class ComposerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.owasp.dependencycheck.data.composer.ComposerException
All Implemented Interfaces:
Serializable

@ThreadSafe public class ComposerException extends RuntimeException
Represents an exception when handling a composer.json or composer.lock file. Generally used to wrap a downstream exception.
Author:
colezlaw
See Also:
  • Constructor Details

    • ComposerException

      public ComposerException()
      Creates a ComposerException with default message.
    • ComposerException

      public ComposerException(String message)
      Creates a ComposerException with the specified message.
      Parameters:
      message - the exception message
    • ComposerException

      public ComposerException(String message, Throwable cause)
      Creates a Composer exception with the specified message and cause.
      Parameters:
      message - the message
      cause - the underlying cause