ie.deri.wsmx.parser
Class ParserException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byie.deri.wsmx.parser.ParserException
All Implemented Interfaces:
java.io.Serializable

public class ParserException
extends java.lang.Exception

(c) Copyright 2004, DERI - Digital Enterprise Research Institute, Ireland

Author:
Michal Zaremba ParserException.java, 27-Jun-2004, 00:01:38
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
ParserException()
           
ParserException(java.lang.Exception e)
           
ParserException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParserException

public ParserException()

ParserException

public ParserException(java.lang.Exception e)

ParserException

public ParserException(java.lang.String s)