Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

java throws exception on method

static void testMethod() throws Exception {
    String test = null;
    test.toString();
}
Source by rollbar.com #
 
PREVIOUS NEXT
Tagged: #java #throws #exception #method
ADD COMMENT
Topic
Name
5+4 =