aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-tosca-parser/src/main/java/org/openecomp/sdc/tosca/parser/exceptions/SdcToscaParserException.java
blob: f41141f8305296b10728c4933adaf1fdf553425c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
package org.openecomp.sdc.tosca.parser.exceptions;

public class SdcToscaParserException extends Exception{
	/**
	 * 
	 */
	private static final long serialVersionUID = 626014844866501196L;
	
	public SdcToscaParserException(String string) {
		super(string);
	}
}