Package alt.jiapi.file

Examples of alt.jiapi.file.ExceptionsAttribute


     * (e.g. "java.lang.ClassNotFoundException").
     *
     * @return an array of parameter type names
     */
    public String[] getExceptionNames() {
        ExceptionsAttribute a =
            (ExceptionsAttribute)getAttribute("Exceptions");

        if (a == null) {
            return new String[0];
        }

        return a.getExceptionNames();
    }
View Full Code Here

TOP

Related Classes of alt.jiapi.file.ExceptionsAttribute

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.