org.jasig.schedassist.impl.caldav.xml
Class XmlParsingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jasig.schedassist.impl.caldav.xml.XmlParsingException
All Implemented Interfaces:
Serializable

public class XmlParsingException
extends RuntimeException

Generic RuntimeException that indicates an unrecoverable problem occurred parsing the XML in the CalDAV dialect.

Version:
$ Id: XmlParsingException.java $
Author:
Nicholas Blair
See Also:
Serialized Form

Constructor Summary
XmlParsingException()
           
XmlParsingException(String message)
           
XmlParsingException(String message, Throwable cause)
           
XmlParsingException(Throwable 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

XmlParsingException

public XmlParsingException()

XmlParsingException

public XmlParsingException(String message)
Parameters:
message -

XmlParsingException

public XmlParsingException(Throwable cause)
Parameters:
cause -

XmlParsingException

public XmlParsingException(String message,
                           Throwable cause)
Parameters:
message -
cause -


Copyright © 2011 Jasig. All Rights Reserved.