Home
last modified time | relevance | path

Searched refs:getLastErrorOrException (Results 1 – 1 of 1) sorted by relevance

/art/test/1957-error-ext/src/art/
DTest1957.java66 System.out.println("LastError is: " + getLastErrorOrException()); in run()
72 System.out.println("LastError is: " + getLastErrorOrException()); in run()
74 System.out.println("LastError is: " + getLastErrorOrException()); in run()
77 public static String getLastErrorOrException() { in getLastErrorOrException() method in Test1957