org.kohsuke.stapler.framework.errors
Class NoHomeDirError

java.lang.Object
  extended by org.kohsuke.stapler.framework.errors.ErrorObject
      extended by 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

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

home

public final java.io.File home
Constructor Detail

NoHomeDirError

public NoHomeDirError(java.io.File home)
Method Detail

getMessage

public java.lang.String getMessage()
Description copied from class: ErrorObject
Gets the error message.

Specified by:
getMessage in class ErrorObject


Copyright © 2012. All Rights Reserved.