X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Forg%2Fonap%2Fclamp%2Fclds%2Fexception%2FTcaRequestFormatterException.java;h=055b47ff84f16c88b1c83bd196e73870cef175c9;hb=ce8e19e0e5cec7adbd0cf0acb83aba5b15b5f623;hp=b31f34679acdfa8a77f6c2832dba318b487dfcc8;hpb=14fa9a2ec6fdb037be3ac5216248c1f2117d1a31;p=clamp.git diff --git a/src/main/java/org/onap/clamp/clds/exception/TcaRequestFormatterException.java b/src/main/java/org/onap/clamp/clds/exception/TcaRequestFormatterException.java index b31f3467..055b47ff 100644 --- a/src/main/java/org/onap/clamp/clds/exception/TcaRequestFormatterException.java +++ b/src/main/java/org/onap/clamp/clds/exception/TcaRequestFormatterException.java @@ -24,7 +24,7 @@ package org.onap.clamp.clds.exception; /** - * New exception to capture TcaRequestFormaterException errors. + * New exception to capture TcaRequestFormatterException errors. * */ public class TcaRequestFormatterException extends RuntimeException { @@ -35,7 +35,8 @@ public class TcaRequestFormatterException extends RuntimeException { private static final long serialVersionUID = 169875373143236667L; /** - * This constructor can be used to create a new TcaRequestFormaterException. + * This constructor can be used to create a new + * TcaRequestFormatterException. * * @param message * A string message detailing the problem @@ -47,9 +48,10 @@ public class TcaRequestFormatterException extends RuntimeException { } /** - * This constructor can be used to create a new TcaRequestFormaterException. - * Use this constructor only if you are creating a new exception stack, not - * if an exception was already raised by another code. + * This constructor can be used to create a new + * TcaRequestFormatterException. Use this constructor only if you are + * creating a new exception stack, not if an exception was already raised by + * another code. * * @param message * A string message detailing the problem