net.simplace.sim.exceptions.MisconfiguredTransformerException

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 MisconfiguredTransformerException extends
MissingSimResourceException {
// Public Constructors
public MisconfiguredTransformerException(String aMessage);
public MisconfiguredTransformerException(Throwable aCause);
public MisconfiguredTransformerException(String string, Throwable aCause);



}



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