Class TURISyntaxException

All Implemented Interfaces:
Serializable

public class TURISyntaxException extends TException
See Also:
Serialized Form
  • Constructor Details

    • TURISyntaxException

      public TURISyntaxException(String input, String reason, int index)
    • TURISyntaxException

      public TURISyntaxException(String input, String reason)
  • Method Details

    • getIndex

      public int getIndex()
    • getReason

      public String getReason()
    • getInput

      public String getInput()
    • getMessage0

      public String getMessage0()
      Overrides:
      getMessage0 in class TThrowable