Interface SourceCodeAware

  • All Superinterfaces:
    java.io.Serializable

    public interface SourceCodeAware
    extends java.io.Serializable
    An interface that represents an exception that is capable of providing more information about the source code
    Since:
    1.0
    • Method Detail

      • getFileName

        java.lang.String getFileName()
      • getLineNumber

        int getLineNumber()