org.kohsuke.stapler.framework.errors
Class NoHomeDirError
java.lang.Object
org.kohsuke.stapler.framework.errors.ErrorObject
org.kohsuke.stapler.framework.errors.NoHomeDirError
public class NoHomeDirError
- extends ErrorObject
Model object used to display the error top page if
we couldn't create the home directory.
index.jelly would display a nice friendly error page.
- Author:
- Kohsuke Kawaguchi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
home
public final File home
NoHomeDirError
public NoHomeDirError(File home)
getMessage
public String getMessage()
- Description copied from class:
ErrorObject
- Gets the error message.
- Specified by:
getMessage
in class ErrorObject
Copyright © 2010. All Rights Reserved.