// WARNING: file "SampleException1.java" generated from "SampleException1.tj" // Changes should be applied on the source file. package com.somusar.tjpp.sample; public class SampleException1 extends Exception { public SampleException1() { super(); } public SampleException1(String str) { super(str); } } // WARNING: file "SampleException1.java" generated from "SampleException1.tj" // Changes should be applied on the source file.