superwaba.ext.xplat.util.xml
Class ParserException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--superwaba.ext.xplat.util.xml.ParserException
- public class ParserException
- extends Exception
This exception is thrown by parser when encountering a syntax error.
Constructor Summary |
ParserException()
Creates a new instance of ParserException without detail
message. |
ParserException(String msg)
Constructs an instance of ParserException with the
specified detail message. |
ParserException
public ParserException()
- Creates a new instance of
ParserException
without detail
message.
ParserException
public ParserException(String msg)
- Constructs an instance of
ParserException
with the
specified detail message.
- Parameters:
msg
- the detail message.