hudson.util
Class NoTempDir

java.lang.Object
  extended by hudson.util.ErrorObject
      extended by hudson.util.NoTempDir

public class NoTempDir
extends ErrorObject

Model object used to display the error top page if there appears to be no temporary directory.

index.jelly would display a nice friendly error page.

Author:
Kohsuke Kawaguchi

Field Summary
 IOException exception
           
 
Constructor Summary
NoTempDir(IOException exception)
           
 
Method Summary
 String getStackTrace()
           
 String getTempDir()
           
 
Methods inherited from class hudson.util.ErrorObject
doDynamic
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exception

public final IOException exception
Constructor Detail

NoTempDir

public NoTempDir(IOException exception)
Method Detail

getStackTrace

public String getStackTrace()

getTempDir

public String getTempDir()


Copyright © 2004-2013. All Rights Reserved.