TypeNotFoundException ===================== .. java:package:: org.motechproject.mds.ex :noindex: .. java:type:: public class TypeNotFoundException extends RuntimeException The \ ``TypeNotFoundException``\ exception signals a situation in which a type with given name does not exist in database. Constructors ------------ TypeNotFoundException ^^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public TypeNotFoundException(String msg) :outertype: TypeNotFoundException