Package net.sourceforge.torchlight.core.application

Examples of net.sourceforge.torchlight.core.application.InvalidEditorObjectException


        {
            setCreature((Creature)obj);
            return;
        }
       
        throw new InvalidEditorObjectException(res.getLocaleString("creature.editor.error.invalid_object") + ": " + obj);
    }
View Full Code Here


        {
            setCampaign((Campaign)obj);
            return;
        }
       
        throw new InvalidEditorObjectException(res.getLocaleString("campaign.editor.error.invalid_object") + ": " + obj);
    }
View Full Code Here

TOP

Related Classes of net.sourceforge.torchlight.core.application.InvalidEditorObjectException

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.