|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kohsuke.stapler.framework.errors.ErrorObject
org.kohsuke.stapler.framework.errors.NoHomeDirError
public class NoHomeDirError
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.
Field Summary | |
---|---|
java.io.File |
home
|
Constructor Summary | |
---|---|
NoHomeDirError(java.io.File home)
|
Method Summary | |
---|---|
java.lang.String |
getMessage()
Gets the error message. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final java.io.File home
Constructor Detail |
---|
public NoHomeDirError(java.io.File home)
Method Detail |
---|
public java.lang.String getMessage()
ErrorObject
getMessage
in class ErrorObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |