package w3c.model.www.pep.bags; public class AtomNotAllowedException extends NotAllowedException public AtomNotAllowedException ( String name, String context) { super ("atom", name, context); }