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.
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, wait, wait
 

Constructor Detail

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.