
com.dooapp.gaedo.blueprints.queries.tests.InvalidTestStructureException Maven / Gradle / Ivy
package com.dooapp.gaedo.blueprints.queries.tests;
import java.util.Stack;
import com.dooapp.gaedo.blueprints.BluePrintsCrudServiceException;
public class InvalidTestStructureException extends BluePrintsCrudServiceException {
public InvalidTestStructureException(Stack tests) {
super("there shold be only one test in test stack, but there are "+tests.size()+" please correct your test expression.");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy