hudson.util
Class AWTProblem

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

public class AWTProblem
extends ErrorObject

Author:
Kohsuke Kawaguchi

Field Summary
 Throwable cause
           
 
Constructor Summary
AWTProblem(Throwable cause)
           
 
Method Summary
 
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

cause

public final Throwable cause
Constructor Detail

AWTProblem

public AWTProblem(Throwable cause)


Copyright © 2004-2013. All Rights Reserved.