X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fbabel.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Forg%2Fonap%2Faai%2Fbabel%2Fxml%2Fgenerator%2FXmlArtifactGenerationException.java;h=ebb6c47729a02ed360f230e085470b3f3e803999;hp=5e5304b825955676682cda71edc29886e268154c;hb=d2215b5d8b6c8976a9540a9e4706c7bebca80aa2;hpb=6c585913c11b2e1973bfcd0d7671d4114e1c3e66 diff --git a/src/main/java/org/onap/aai/babel/xml/generator/XmlArtifactGenerationException.java b/src/main/java/org/onap/aai/babel/xml/generator/XmlArtifactGenerationException.java index 5e5304b..ebb6c47 100644 --- a/src/main/java/org/onap/aai/babel/xml/generator/XmlArtifactGenerationException.java +++ b/src/main/java/org/onap/aai/babel/xml/generator/XmlArtifactGenerationException.java @@ -2,8 +2,8 @@ * ============LICENSE_START======================================================= * org.onap.aai * ================================================================================ - * Copyright © 2017-2018 AT&T Intellectual Property. All rights reserved. - * Copyright © 2017-2018 European Software Marketing Ltd. + * Copyright (c) 2017-2019 AT&T Intellectual Property. All rights reserved. + * Copyright (c) 2017-2019 European Software Marketing Ltd. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -18,17 +18,22 @@ * limitations under the License. * ============LICENSE_END========================================================= */ + package org.onap.aai.babel.xml.generator; -/** This class represents an exception encountered when generating an Artifact. */ +/** + * This class represents a fatal exception encountered when generating an Artifact. + * + */ public class XmlArtifactGenerationException extends Exception { private static final long serialVersionUID = 1L; /** - * Constructor for an instance of this exception with just a message. + * Constructor for an instance of this exception with a message for the caller. * - * @param message information about the exception + * @param message + * information about the exception */ public XmlArtifactGenerationException(String message) { super(message);