类 UrlFormatIncorrectException

所有已实现的接口:
HerodotusException, Serializable

public class UrlFormatIncorrectException extends PlatformRuntimeException

Description: Url 格式错误

作者:
: gengwei.zheng
另请参阅:
Date:
: 2022/3/6 12:49
  • 构造器详细资料

    • UrlFormatIncorrectException

      public UrlFormatIncorrectException()
    • UrlFormatIncorrectException

      public UrlFormatIncorrectException(String message)
    • UrlFormatIncorrectException

      public UrlFormatIncorrectException(String message, Throwable cause)
    • UrlFormatIncorrectException

      public UrlFormatIncorrectException(Throwable cause)
    • UrlFormatIncorrectException

      protected UrlFormatIncorrectException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
  • 方法详细资料