org.kuali.rice.core.exception
Class InvalidXmlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.kuali.rice.core.exception.RiceException
org.kuali.rice.core.exception.InvalidXmlException
- All Implemented Interfaces:
- Serializable
public class InvalidXmlException
- extends RiceException
Thrown whenever there is a problem with XML in an XML document.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
InvalidXmlException
public InvalidXmlException()
InvalidXmlException
public InvalidXmlException(String s)
InvalidXmlException
public InvalidXmlException(String message,
Throwable throwable)
InvalidXmlException
public InvalidXmlException(Throwable throwable)
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.