Class URISyntaxException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.net.URISyntaxException
All Implemented Interfaces:
Serializable

public class URISyntaxException extends java.lang.Exception
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    URISyntaxException(java.lang.String input, java.lang.String reason)
    Parameters
    URISyntaxException(java.lang.String input, java.lang.String reason, int index)
    Parameters
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns
    java.lang.String
    Returns
    java.lang.String
    Returns

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • URISyntaxException

      public URISyntaxException(java.lang.String input, java.lang.String reason)
      Parameters
      • input

      • reason

    • URISyntaxException

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

      • reason

      • index

  • Method Details

    • getIndex

      public int getIndex()
      Returns

      the index

    • getInput

      public java.lang.String getInput()
      Returns

      the input

    • getReason

      public java.lang.String getReason()
      Returns

      the reason