Package com.khorn.terraincontrol.exception

Examples of com.khorn.terraincontrol.exception.InvalidConfigException


        {
            return ForgeMaterialData.ofDefaultMaterial(defaultMaterial, blockData);
        }

        // Failed
        throw new InvalidConfigException("Unknown material: " + input);
    }
View Full Code Here

TOP

Related Classes of com.khorn.terraincontrol.exception.InvalidConfigException

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.