source: MDService2/branches/MDService_simple/src/eu/clarin/cmdi/mdservice/internal/NoStylesheetException.java @ 1513

Last change on this file since 1513 was 1513, checked in by vronk, 13 years ago

troubles commiting - trying once again:
inly package internal

File size: 173 bytes
Line 
1package eu.clarin.cmdi.mdservice.internal;
2
3public class NoStylesheetException extends Exception {
4
5        public NoStylesheetException(String msg) {
6                super(msg);
7        }
8
9}
Note: See TracBrowser for help on using the repository browser.