org.kuali.rice.core.exception
Class InvalidXmlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.kuali.rice.core.exception.RiceException
              extended by 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

Constructor Summary
InvalidXmlException()
           
InvalidXmlException(String s)
           
InvalidXmlException(String message, Throwable throwable)
           
InvalidXmlException(Throwable throwable)
           
 
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

InvalidXmlException

public InvalidXmlException()

InvalidXmlException

public InvalidXmlException(String s)

InvalidXmlException

public InvalidXmlException(String message,
                           Throwable throwable)

InvalidXmlException

public InvalidXmlException(Throwable throwable)


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.