hudson.util
Class HudsonFailedToLoad

java.lang.Object
  extended by hudson.util.ErrorObject
      extended by hudson.util.HudsonFailedToLoad
Direct Known Subclasses:
JNADoublyLoaded

public class HudsonFailedToLoad
extends ErrorObject

Model object used to display the generic error when Hudson start up fails fatally during initialization.

index.jelly would display a nice friendly error page.

Author:
Kohsuke Kawaguchi

Field Summary
 Throwable exception
           
 
Constructor Summary
HudsonFailedToLoad(Throwable exception)
           
 
Method Summary
 String getStackTrace()
           
 
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 Throwable exception
Constructor Detail

HudsonFailedToLoad

public HudsonFailedToLoad(Throwable exception)
Method Detail

getStackTrace

public String getStackTrace()


Copyright © 2004-2013. All Rights Reserved.