package org.simantics.scl.runtime.exceptions; public class MatchingException extends RuntimeException { private static final long serialVersionUID = -3364111368224089448L; public MatchingException() { super(); } public MatchingException(String message) { super(message); } }