org.apache.felix.ipojo.xml.parser
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.felix.ipojo.xml.parser.ParseException
- All Implemented Interfaces:
- Serializable
public class ParseException
- extends Exception
Exceptions thrown by parsers.
- Author:
- Felix Project Team
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ParseException
public ParseException(String msg)
- Parsing error.
- Parameters:
msg
- : the error emssage.
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.