org.apache.oodt.profile
Class ProfileSAXException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.oodt.profile.ProfileException
org.apache.oodt.profile.ProfileSAXException
- All Implemented Interfaces:
- Serializable
public class ProfileSAXException
- extends ProfileException
An XML-related SAX exception from a profile server.
- Author:
- Kelly
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ProfileSAXException
public ProfileSAXException(SAXException cause)
- Create a profile SAX exception.
- Parameters:
cause - The SAX exception that caused this profile exception.
Copyright © 1999-2012 Apache OODT. All Rights Reserved.