1 22 23 package org.xquark.xquery.normalize; 24 25 import org.xquark.xquery.parser.XQueryException; 26 27 public class RestructureException extends XQueryException { 28 29 private static final String RCSRevision = "$Revision: 1.1 $"; 30 private static final String RCSName = "$Name: $"; 31 32 public RestructureException(String message) { 33 super(message); 34 } 35 36 } 37 38 39 40 41 42 43 44 45 46 47 48 49 | Popular Tags |