Class ProfileResolutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
gov.nist.secauto.oscal.lib.profile.resolver.ProfileResolutionException
All Implemented Interfaces:
Serializable

See Also:
  • Constructor Details

    • ProfileResolutionException

      Create a new profile resolution exception with the provided message.
      Parameters:
      message - a description of the error that occurred
    • ProfileResolutionException

      public ProfileResolutionException(String message, @NonNull Throwable cause)
      Create a new profile resolution exception with the provided message based on the provided cause.
      Parameters:
      message - a description of the error that occurred
      cause - the initial cause of the exception