All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.horizon.exception.internal.NotImplementException Maven / Gradle / Ivy

The newest version!
package io.horizon.exception.internal;


import io.horizon.annotations.Development;
import io.horizon.eon.error.ErrorCode;
import io.horizon.exception.InternalException;

public class NotImplementException extends InternalException {

    public NotImplementException(final Class caller) {
        super(caller, ErrorCode._11006.M());
    }

    @Override
    protected int getCode() {
        return ErrorCode._11006.V();
    }

    @Development("IDE视图专用")
    private int __11006() {
        return this.getCode();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy