org.apache.directory.shared.converter.schema
Class ParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.directory.shared.converter.schema.ParserException
All Implemented Interfaces:
java.io.Serializable

public class ParserException
extends java.lang.Exception

An exception thrown if we have an error while parsing a schema file.

Version:
$Rev$, $Date$
Author:
Apache Directory Project
See Also:
Serialized Form

Constructor Summary
ParserException()
          A strandard constuctor
ParserException(java.lang.String msg)
          A constructor with a message
 
Method Summary
 
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()
A strandard constuctor


ParserException

public ParserException(java.lang.String msg)
A constructor with a message

Parameters:
msg - The message containg the error's cause


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.