org.apache.oodt.profile
Class ProfileSAXException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.oodt.profile.ProfileException
              extended by 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

Constructor Summary
ProfileSAXException(SAXException cause)
          Create a profile SAX exception.
 
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

ProfileSAXException

public ProfileSAXException(SAXException cause)
Create a profile SAX exception.

Parameters:
cause - The SAX exception that caused this profile exception.


Copyright © 1999-2011 Apache OODT. All Rights Reserved.