类 SaveException

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

public class SaveException extends org.babyfish.jimmer.error.CodeBasedException
另请参阅:
  • 构造器详细资料

  • 方法详细资料

    • getCode

      @NotNull public @NotNull SaveErrorCode getCode()
      指定者:
      getCode 在类中 org.babyfish.jimmer.error.CodeBasedException
    • getExportedPath

      @NotNull public @NotNull ExportedSavePath getExportedPath()
    • getPath

      @NotNull public @NotNull SavePath getPath()
    • getFields

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