ch.elca.el4j.services.xmlmerge
Class ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ch.elca.el4j.services.xmlmerge.AbstractXmlMergeException
              extended by ch.elca.el4j.services.xmlmerge.ParseException
All Implemented Interfaces:
Serializable

public class ParseException
extends AbstractXmlMergeException

Thrown when XML parsing fails.

Author:
Laurent Bovet (LBO), Alex Mathey (AMA)
See Also:
Serialized Form
File-location:
ParseException
Last check-in date:
2009-08-04 15:24:14 +0200 (Di, 04. Aug 2009) by swismer for revision 3882

Constructor Summary
ParseException(String message)
          Constructor with message.
ParseException(String message, Throwable cause)
          Constructor with message and cause.
ParseException(Throwable cause)
          Constructor with cause.
 
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

ParseException

public ParseException(String message)
Constructor with message.

Parameters:
message - Exception message

ParseException

public ParseException(String message,
                      Throwable cause)
Constructor with message and cause.

Parameters:
message - Exception message
cause - Exception cause

ParseException

public ParseException(Throwable cause)
Constructor with cause.

Parameters:
cause - Exception cause


Copyright © 2005-2011 ELCA. All Rights Reserved.