Class BraveGogglesIdentifierException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.ygbstudio.jbrave.core.exceptions.BraveGogglesIdentifierException
All Implemented Interfaces:
Serializable

public class BraveGogglesIdentifierException extends RuntimeException
Exception that is thrown when a supplied goggles URI is not a valid URL candidate for its parameter value, for example, the resulting URL from URI is malformed.
See Also:
  • Constructor Details

    • BraveGogglesIdentifierException

      public BraveGogglesIdentifierException(String message)
    • BraveGogglesIdentifierException

      public BraveGogglesIdentifierException(@NotNull @NotNull Supplier<String> message)