source: trunk/t3q/src/org/etsi/t3q/exceptions/TTCN3BehaviorException.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: 264 bytes
Line 
1package org.etsi.t3q.exceptions;
2
3public class TTCN3BehaviorException extends Exception {
4
5        private static final long serialVersionUID = 3801467473799856594L;
6
7        public TTCN3BehaviorException(String message) {
8                super("TTCN3 Behavior Exception: " + message);
9        }
10
11}
Note: See TracBrowser for help on using the repository browser.