Class UrlTransformationException

All Implemented Interfaces:
Serializable

public class UrlTransformationException extends CrafterException
Thrown when a URL can't be correctly transformed to a different URL.
Author:
Sumer Jabri, Alfonso Vásquez
See Also:
  • Constructor Details

    • UrlTransformationException

      public UrlTransformationException()
    • UrlTransformationException

      public UrlTransformationException(String message, Throwable cause)
    • UrlTransformationException

      public UrlTransformationException(String message)
    • UrlTransformationException

      public UrlTransformationException(Throwable cause)