source: trunk/t3d/src/org/etsi/t3d/exceptions/TTCN3ParserException.java @ 7

Last change on this file since 7 was 7, checked in by phdmakk, 14 years ago
  • Property svn:mime-type set to text/plain
File size: 259 bytes
Line 
1package org.etsi.t3d.exceptions;
2
3public class TTCN3ParserException extends Exception {
4
5        private static final long serialVersionUID = -207414866662976520L;
6
7        public TTCN3ParserException(String message) {
8                super("TTCN-3 Parser Exception: " + message);
9        }
10
11}
Note: See TracBrowser for help on using the repository browser.