Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

java throws multiple exceptions

public class MyClass implements MyInterface {
  public void find(int x) throws A_Exception, B_Exception{
    ----
    ----
    ---
  }
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #java #throws #multiple #exceptions
ADD COMMENT
Topic
Name
3+3 =