source: MDService2/trunk/MDService2/src/eu/clarin/cmdi/mdservice/action/NoStylesheetException.java

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

trying to handle error with unnknown format

File size: 171 bytes
Line 
1package eu.clarin.cmdi.mdservice.action;
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.