java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.persistence.tools.oracleddl.util.DatabaseTypeBuilderException
All Implemented Interfaces:
Serializable

public class DatabaseTypeBuilderException extends RuntimeException

Purpose: Any exception raised by DatabaseTypeBuilder should be this exception class.

See Also:
  • Field Details

    • internalException

      protected Throwable internalException
  • Constructor Details

    • DatabaseTypeBuilderException

      protected DatabaseTypeBuilderException(String message)
  • Method Details

    • noTransformsFactories

      public static DatabaseTypeBuilderException noTransformsFactories()
    • noTransformsProperties

      public static DatabaseTypeBuilderException noTransformsProperties()
    • getInternalException

      public Throwable getInternalException()
      PUBLIC: Return the internal exception. DatabaseTypeBuilder captures JDBC exceptions The internal exception can be accessed if required.
    • setInternalException

      protected void setInternalException(Throwable t)
      Used to specify the internal exception.