oracle.toplink.exceptions
Class XMLConversionException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               oracle.toplink.exceptions.TopLinkException
oracle.toplink.exceptions.TopLinkException
                   oracle.toplink.exceptions.XMLConversionException
oracle.toplink.exceptions.XMLConversionException
- All Implemented Interfaces:
- java.io.Serializable
- public class XMLConversionException
- extends TopLinkException
Purpose: XML conversion exceptions is raised for any problem of conversion between TopLink change set object and XML.
- See Also:
- Serialized Form
 
 
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace | 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
ERROR_CREATE_URL
public static final int ERROR_CREATE_URL
- 
- See Also:
- Constant Field Values
 
XMLConversionException
public XMLConversionException(java.lang.String message)
errorCreateURLForFile
public static XMLConversionException errorCreateURLForFile(java.lang.String fileName,
                                                           java.lang.Exception internalException)