src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/ExceptionThrower.java
changeset 55496 8e0ae3830fca
parent 47216 71c04702a3d5
equal deleted inserted replaced
55495:badfa812b82a 55496:8e0ae3830fca
    36  *
    36  *
    37  * Please note that we speak of an "exception" here when we mean any
    37  * Please note that we speak of an "exception" here when we mean any
    38  * "Throwable" object; so this term is equally used for "Exception"
    38  * "Throwable" object; so this term is equally used for "Exception"
    39  * and "Error" objects.
    39  * and "Error" objects.
    40  *
    40  *
    41  * @version $Id: ExceptionThrower.java 1747278 2016-06-07 17:28:43Z britter $
    41  * @version $Id$
    42  */
    42  */
    43 public interface ExceptionThrower {
    43 public interface ExceptionThrower {
    44 
    44 
    45     java.lang.Class<?>[] getExceptions();
    45     java.lang.Class<?>[] getExceptions();
    46 }
    46 }