Class BaseLogPathNotDefined

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
csw.logging.client.exceptions.BaseLogPathNotDefined
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product

public class BaseLogPathNotDefined extends RuntimeException implements scala.Product, Serializable
This exception is thrown when TMT_LOG_HOME is not set as environment variable

param: basePathHolder name of environment variable where log files would be stored i.e. TMT_LOG_PATH

See Also:
  • Constructor Details

    • BaseLogPathNotDefined

      public BaseLogPathNotDefined(String basePathHolder)
  • Method Details

    • apply

      public abstract static R apply(T1 v1)
    • toString

      public static String toString()
    • basePathHolder

      public String basePathHolder()