Package org.criticalfailure.torchlight.core.application.exceptions

Examples of org.criticalfailure.torchlight.core.application.exceptions.InvalidEditorObjectException


       
        if(obj instanceof Campaign) {
            setCampaign((Campaign)obj);
        }
        else {
            throw new InvalidEditorObjectException("This input doesn't support object: " + obj);
        }
    }
View Full Code Here

TOP

Related Classes of org.criticalfailure.torchlight.core.application.exceptions.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.