~yrke/tapaal/removeNetType

« back to all changes in this revision

Viewing changes to src/dk/aau/cs/util/UnsupportedQueryException.java

MergedĀ lp:~yrke/tapaal/testbranch-syntaxOnlyChanges

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
package dk.aau.cs.util;
2
2
 
3
3
public class UnsupportedQueryException extends Exception {
4
 
        private static final long serialVersionUID = 5361335540140443712L;
5
4
 
6
5
        public UnsupportedQueryException(String message) {
7
6
                super(message);