Searched refs:getProblem (Results 1 – 6 of 6) sorted by relevance
56 msg = getProblem(); in getMessage()89 public String getProblem() { in getProblem() method in OAuthProblemException
58 assertEquals("Error2 happened", exception.getProblem()); in testGetters()
82 public Problem getProblem(int i) { in getProblem() method in ParseResult
60 Problem problem = result.getProblem(0); in whenParsingFailsThenWeGetProblemsAndABadResult()
94 public String getProblem() { in getProblem() method in MarkedYAMLException
104 Problem problem = result.getProblem(0); in parseErrorContainsLocation()