oracle.toplink.exceptions
Class BeanGenerationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--oracle.toplink.exceptions.TopLinkException
                          |
                          +--oracle.toplink.exceptions.BeanGenerationException
All Implemented Interfaces:
java.io.Serializable

public class BeanGenerationException
extends TopLinkException

Purpose: This exception is used if incorrect state or method arguments are detected in a general TopLink object.

See Also:
Serialized Form

Field Summary
TypeField
static int CAN_NOT_ACCESS_CONVERSION_MANAGER
           
static int MODIFIED_CONVERSION_MANAGER_DOES_NOT_IMPLEMENT_ISNONRELATIONAL
           
 
Constructor Summary
 
Method Summary
TypeMethod
static BeanGenerationException canNotAccessConversionManager(java.lang.Exception exception)
           
static BeanGenerationException modifiedConversionManagerDoesNotImplementIsNonRelatationalMethod()
           
 
Methods inherited from class oracle.toplink.exceptions.TopLinkException
getErrorCode, getInternalException, getMessage, getSession, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MODIFIED_CONVERSION_MANAGER_DOES_NOT_IMPLEMENT_ISNONRELATIONAL

public static final int MODIFIED_CONVERSION_MANAGER_DOES_NOT_IMPLEMENT_ISNONRELATIONAL

CAN_NOT_ACCESS_CONVERSION_MANAGER

public static final int CAN_NOT_ACCESS_CONVERSION_MANAGER
Constructor Detail
Method Detail

modifiedConversionManagerDoesNotImplementIsNonRelatationalMethod

public static BeanGenerationException modifiedConversionManagerDoesNotImplementIsNonRelatationalMethod()

canNotAccessConversionManager

public static BeanGenerationException canNotAccessConversionManager(java.lang.Exception exception)