Package ratpack.core.server
Class NoBaseDirException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ratpack.core.server.NoBaseDirException
-
- All Implemented Interfaces:
Serializable
public class NoBaseDirException extends 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(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
-
-
-
-
Constructor Detail
-
NoBaseDirException
public NoBaseDirException(String message)
Constructor.- Parameters:
message
- the exception message
-
-