com.sun.mdm.index.parser
Class ParserException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sun.mdm.index.parser.ParserException
All Implemented Interfaces:
java.io.Serializable

public class ParserException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
ParserException()
          Generic constructor
ParserException(java.lang.String msg)
           
ParserException(java.lang.String msg, java.lang.Throwable t)
          Constructor
ParserException(java.lang.Throwable t)
          Constructor
 
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()
Generic constructor


ParserException

public ParserException(java.lang.String msg)
Parameters:
msg - message

ParserException

public ParserException(java.lang.String msg,
                       java.lang.Throwable t)
Constructor

Parameters:
msg - Error message
t - Chained exception

ParserException

public ParserException(java.lang.Throwable t)
Constructor

Parameters:
t - Chained exception


Sun Microsystems, Inc.