Oracle Application Server TopLink API Reference
10g Release 2 (10.1.2)

B15903-01


oracle.toplink.exceptions
Class XMLConversionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byoracle.toplink.exceptions.TopLinkException
                  extended byoracle.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

Field Summary
static int ERROR_CREATE_URL

Constructor Summary
XMLConversionException(java.lang.String message)

Method Summary
static XMLConversionException errorCreateURLForFile(java.lang.String fileName, java.lang.Exception internalException)

Methods inherited from class oracle.toplink.exceptions.TopLinkException
getErrorCode, getInternalException, getMessage, getSession, printStackTrace, printStackTrace, printStackTrace, setShouldPrintInternalException

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

Field Detail

ERROR_CREATE_URL

public static final int ERROR_CREATE_URL
See Also:
Constant Field Values

Constructor Detail

XMLConversionException

public XMLConversionException(java.lang.String message)

Method Detail

errorCreateURLForFile

public static XMLConversionException errorCreateURLForFile(java.lang.String fileName,
                                                           java.lang.Exception internalException)

Copyright © 1998, 2005 Oracle Corporation. All Rights Reserved.