org.apache.directory.api.converter.schema
Class ParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.directory.api.converter.schema.ParserException
- All Implemented Interfaces:
- Serializable
public class ParserException
- extends Exception
An exception thrown if we have an error while parsing a schema file.
- Author:
- Apache Directory Project
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ParserException
public ParserException()
- A strandard constuctor
ParserException
public ParserException(String msg)
- A constructor with a message
- Parameters:
msg - The message containg the error's cause
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.