Package com.cisco.oss.foundation.configuration.validation.exceptions

Examples of com.cisco.oss.foundation.configuration.validation.exceptions.GeneralConfigException


        } catch (GeneralConfigException ex) {
            throw ex;

        } catch (Exception ex) {
            throw new GeneralConfigException("Configured value for '" + param.getName() + "' is invalid!", ex);
        }

    }
View Full Code Here

TOP

Related Classes of com.cisco.oss.foundation.configuration.validation.exceptions.GeneralConfigException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.