类 SaveException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.babyfish.jimmer.error.CodeBasedRuntimeException
org.babyfish.jimmer.sql.runtime.SaveException
所有已实现的接口:
Serializable
直接已知子类:
SaveException.CannotDissociateTarget, SaveException.EmptyObject, SaveException.FailedRemoteValidation, SaveException.IllegalGeneratedId, SaveException.IllegalIdGenerator, SaveException.IllegalTargetId, SaveException.KeyNotUnique, SaveException.LongRemoteAssociation, SaveException.NeitherIdNorKey, SaveException.NoIdGenerator, SaveException.NoKeyProps, SaveException.NoNonIdProps, SaveException.NoVersion, SaveException.NullTarget, SaveException.OptimisticLockError, SaveException.ReversedRemoteAssociation, SaveException.UnstructuredAssociation

public abstract class SaveException extends org.babyfish.jimmer.error.CodeBasedRuntimeException
The exception for save command
另请参阅:
  • 构造器详细资料

    • SaveException

      public SaveException(@NotNull @NotNull SavePath path, String message)
    • SaveException

      public SaveException(@NotNull @NotNull ExportedSavePath path, String message)
  • 方法详细资料

    • getSaveErrorCode

      public abstract SaveErrorCode getSaveErrorCode()
    • getExportedPath

      @NotNull public @NotNull ExportedSavePath getExportedPath()
      The path where this exception occurs.
    • getPath

      @NotNull public @NotNull SavePath getPath()
    • getFields

      @NotNull public @NotNull Map<String,Object> getFields()
      指定者:
      getFields 在类中 org.babyfish.jimmer.error.CodeBasedRuntimeException