hudson.util
Class IncompatibleVMDetected

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

public class IncompatibleVMDetected
extends ErrorObject

Model object used to display the error top page if we find out that XStream is running in pure-java mode.

index.jelly would display a nice friendly error page.

Author:
Kohsuke Kawaguchi

Constructor Summary
IncompatibleVMDetected()
           
 
Method Summary
 Map getSystemProperties()
           
 
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
 

Constructor Detail

IncompatibleVMDetected

public IncompatibleVMDetected()
Method Detail

getSystemProperties

public Map getSystemProperties()


Copyright © 2004-2013. All Rights Reserved.