org.jasig.schedassist.impl.caldav.xml
Class XmlParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 © 2012 Jasig. All Rights Reserved.