net.simplace.sim.exceptions.MissingSimResourceException

If Resource could not be found or key is wrong this exception might be thrown. Please take care to add the cause of the exception


public class MissingSimResourceException extends java.lang.Exception {
// Public Constructors
public MissingSimResourceException(String aMessage);
public MissingSimResourceException(Throwable aCause);
public MissingSimResourceException(String string, Throwable aCause);



}



Hierarchy: java.lang.Object - java.lang.Throwable (java.io.Serializable) - java.lang.Exception - MissingSimResourceException



Extended by: MisconfiguredTransformerException



Thrown by: net.simplace.sim.io.resources.FWSimResourceManager.addResource(), net.simplace.sim.util.FWSimHelper.addResourceFiles(), net.simplace.sim.io.sync.FWSimSyncManager.addSync(), net.simplace.sim.io.resources.FWSimResourceManager.addTransform(), net.simplace.sim.io.output.FWSimOutputAdapter.createAdapter(), net.simplace.sim.io.resources.FWSimResourceAdapter.createAdapterFromObservable(), net.simplace.sim.io.output.FWSimOutputAdapter.createOutputFromObservable(), net.simplace.sim.io.resources.FWSimResourceAdapter.createResourceAdapter(), net.simplace.sim.io.resources.FWSimInputAdapter.getData(), net.simplace.sim.io.resources.adapter.XMLResourceAdapter.getData(), net.simplace.sim.io.resources.adapter.NetCDFResourceAdapter.getData(), net.simplace.sim.io.resources.adapter.JSONResourceAdapter.getData(), net.simplace.sim.io.resources.adapter.DatabaseResourceAdapter.getData(), net.simplace.sim.io.resources.adapter.CSVResourceAdapter.getData(), net.simplace.sim.transformers.DefaultSQLStatementTransformer.getData(), net.simplace.sim.transformers.DefaultRuleTransformer.getData(), net.simplace.sim.io.resources.adapter.XMLResourceAdapter.getData(), net.simplace.sim.io.resources.adapter.NetCDFResourceAdapter.getData(), net.simplace.sim.io.resources.adapter.CSVResourceAdapter.getData(), net.simplace.sim.io.resources.adapter.JSONResourceAdapter.getData(), net.simplace.sim.io.resources.adapter.DBFResourceAdapter.getResultSet(), net.simplace.sim.io.resources.adapter.DatabaseResourceAdapter.getResultSet(), net.simplace.sim.transformers.DefaultSQLStatementTransformer.getResultSet(), net.simplace.sim.wrapper.SimplaceWrapper.initSimulations(), net.simplace.sim.io.resources.NetCDFResourceCache.open(), net.simplace.sim.io.interfaces.XMLInterface.read(), net.simplace.sim.io.interfaces.NetCDFInterface.read(), net.simplace.sim.io.interfaces.MEMORYInterface.read(), net.simplace.sim.io.interfaces.JSONInterface.read(), net.simplace.sim.io.interfaces.FWSimInterface.read(), net.simplace.sim.io.interfaces.DatabaseInterface.read(), net.simplace.sim.io.interfaces.CSVInterface.read(), net.simplace.sim.io.output.FWSimOutputAdapter.updateAdapter(), net.simplace.sim.io.resources.FWSimResourceManager.updateResources()