OSDN Git Service

fb855745ceac8b4dcd6298556dc943b2e8759aef
[mikumikustudio/MikuMikuStudio.git] / src / com / jmex / xml / xml / XmlException.java
1 /**
2  * XmlException.java
3  *
4  * This file was generated by XMLSpy 2007sp2 Enterprise Edition.
5  *
6  * YOU SHOULD NOT MODIFY THIS FILE, BECAUSE IT WILL BE
7  * OVERWRITTEN WHEN YOU RE-RUN CODE GENERATION.
8  *
9  * Refer to the XMLSpy Documentation for further details.
10  * http://www.altova.com/xmlspy
11  */
12
13
14 package com.jmex.xml.xml;
15
16
17 public class XmlException extends com.jmex.xml.AltovaException {
18         public XmlException(String text) {
19                 super(text);
20         }
21
22         public XmlException(Exception other) {
23                 super(other);
24         }
25 }