Hi Just trying to get my head around exception handling strategies. I'm developing a simple util method that will take an xml String (which is assumed should be conformant with a schema we have defined) and will parse it and return a proprietary "event" object using JDOM. I can't decide whether this method should throw checked or unchecked exceptions or a ...