Package org.jitterbit.system

Examples of org.jitterbit.system.InternalMethodError


     *
     */
    @InternalMethod
    public static void init() {
        if (initHasBeenCalled) {
            throw new InternalMethodError();
        }
        try {
            INSTANCE = new BuildProperties();
        } catch (IOException ex) {
            // This is a fatal error, since the version is needed in
View Full Code Here

TOP

Related Classes of org.jitterbit.system.InternalMethodError

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.