1 22 23 package org.xquark.extractor.common; 24 25 public class AssertionException extends RuntimeException { 26 27 private static final String RCSRevision = "$Revision: 1.2 $"; 28 private static final String RCSName = "$Name: $"; 29 30 31 public AssertionException() { 32 } 33 public AssertionException( String message) { 34 super ( message ) ; 35 } 36 } 37 | Popular Tags |