/* * Copyright 2013 Guidewire Software, Inc. */ package gw.internal.xml.xsd.typeprovider; public class NotFoundException extends RuntimeException { public NotFoundException( String msg ) { super( msg ); } }