类 SaveException.IllegalTargetId

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.babyfish.jimmer.error.CodeBasedRuntimeException
org.babyfish.jimmer.sql.runtime.SaveException
org.babyfish.jimmer.sql.runtime.SaveException.IllegalTargetId
所有已实现的接口:
Serializable
封闭类:
SaveException

public static class SaveException.IllegalTargetId extends SaveException
The associated id that does not exists in database
另请参阅:
  • 构造器详细资料

    • IllegalTargetId

      public IllegalTargetId(@NotNull @NotNull MutationPath path, String message, org.babyfish.jimmer.meta.ImmutableProp prop, Collection<?> targetIds)
    • IllegalTargetId

      public IllegalTargetId(@NotNull @NotNull ExportedSavePath path, String message, org.babyfish.jimmer.meta.ImmutableProp prop, Collection<?> targetIds)
  • 方法详细资料

    • getSaveErrorCode

      public SaveErrorCode getSaveErrorCode()
      指定者:
      getSaveErrorCode 在类中 SaveException
    • getProp

      @NotNull public @NotNull org.babyfish.jimmer.meta.ImmutableProp getProp()
    • getTargetIds

      @NotNull public @NotNull Collection<?> getTargetIds()