public OptionsFileSystem() {
try {
//org.sodbeans.tts.options
URL url = new URL("nbresloc:/org/sodbeans/tts/options/OmniscientHiding.xml");
omniscientDebuggerFileSystem = new XMLFileSystem(url);
} catch (MalformedURLException ex) {
Exceptions.printStackTrace(ex);
}
catch (SAXException ex) {
Exceptions.printStackTrace(ex);