org.wpi.gdc.xml
Class LiteXMLParseException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.wpi.gdc.xml.LiteXMLParseException
- All Implemented Interfaces:
- java.io.Serializable
- public class LiteXMLParseException
- extends java.lang.Exception
An error occured while parsing XML.
- Version:
- 1.2
- Author:
- dmpotter
- See Also:
- Serialized Form
Constructor Summary |
LiteXMLParseException()
Creates a new LiteXMLParseException with no message. |
LiteXMLParseException(int l,
int c,
java.lang.String msg)
Creates a new LiteXMLParseException with a line and column number. |
LiteXMLParseException(java.lang.String msg)
Creates a new LiteXMLParseException with an error message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LiteXMLParseException
public LiteXMLParseException(int l,
int c,
java.lang.String msg)
- Creates a new LiteXMLParseException with a line and column number.
- Parameters:
l
- the line where the error occuredc
- the column where the error occuredmsg
- the error message
LiteXMLParseException
public LiteXMLParseException(java.lang.String msg)
- Creates a new LiteXMLParseException with an error message.
- Parameters:
msg
- the error message
LiteXMLParseException
public LiteXMLParseException()
- Creates a new LiteXMLParseException with no message.
Copyright © 2001 WPI Game Development Club. All Rights Reserved.