00001 /*
00002 * Copyright 2001,2004 The Apache Software Foundation.
00003 *
00004 * Licensed under the Apache License, Version 2.0 (the "License");
00005 * you may not use this file except in compliance with the License.
00006 * You may obtain a copy of the License at
00007 *
00008 * http://www.apache.org/licenses/LICENSE-2.0
00009 *
00010 * Unless required by applicable law or agreed to in writing, software
00011 * distributed under the License is distributed on an "AS IS" BASIS,
00012 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00013 * See the License for the specific language governing permissions and
00014 * limitations under the License.
00015 */
00016
00017 /*
00018 * $Id: SchemaDateTimeException.hpp,v 1.3 2004/09/08 13:56:23 peiyongz Exp $
00019 * $Log: SchemaDateTimeException.hpp,v $
00020 * Revision 1.3 2004/09/08 13:56:23 peiyongz
00021 * Apache License Version 2.0
00022 *
00023 * Revision 1.2 2002/11/04 15:22:04 tng
00024 * C++ Namespace Support.
00025 *
00026 * Revision 1.1.1.1 2002/02/01 22:22:12 peiyongz
00027 * sane_include
00028 *
00029 * Revision 1.1 2001/11/12 20:36:54 peiyongz
00030 * SchemaDateTimeException defined
00031 *
00032 *
00033 */
00034
00035
00036 #if !defined(SCHEMA_DATETIME_EXCEPTION_HPP)
00037 #define SCHEMA_DATETIME_EXCEPTION_HPP
00038
00039 #include <xercesc/util/XercesDefs.hpp>
00040 #include <xercesc/util/XMLException.hpp>
00041
00042 XERCES_CPP_NAMESPACE_BEGIN
00043
00044 MakeXMLException(SchemaDateTimeException, )
00045
00046 XERCES_CPP_NAMESPACE_END
00047
00048 #endif