Class NoBaseDirException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NoBaseDirException
    extends java.lang.RuntimeException
    Thrown when a request is made for the base directory of the application in an application launch config where no base directory has been set.
    See Also:
    ServerConfig.getBaseDir(), Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NoBaseDirException​(java.lang.String message)
      Constructor.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NoBaseDirException

        public NoBaseDirException​(java.lang.String message)
        Constructor.
        Parameters:
        message - the exception message