Class UrlToProductException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.dinethdilhara.urltoproduct.exception.UrlToProductException
All Implemented Interfaces:
Serializable

public class UrlToProductException extends RuntimeException
Main exception exposed by the library.

Wraps a structured ErrorDetail for consistent error handling.

Version:
1.0.0
See Also:
  • Constructor Details

    • UrlToProductException

      public UrlToProductException(ErrorDetail error)
  • Method Details