Class URISyntaxException


public class URISyntaxException extends Exception
  • Constructor Details

    • URISyntaxException

      public URISyntaxException(String input, String reason)
      Parameters
      • input

      • reason

    • URISyntaxException

      public URISyntaxException(String input, String reason, int index)
      Parameters
      • input

      • reason

      • index

  • Method Details

    • getIndex

      public int getIndex()
      Returns

      the index

    • getInput

      public String getInput()
      Returns

      the input

    • getReason

      public String getReason()
      Returns

      the reason