org.aspectj.util
Class LangUtil.ProcessController.Thrown

java.lang.Object
  extended by org.aspectj.util.LangUtil.ProcessController.Thrown
Enclosing class:
LangUtil.ProcessController

public static class LangUtil.ProcessController.Thrown
extends java.lang.Object


Field Summary
 java.lang.Throwable fromErrPipe
           
 java.lang.Throwable fromInPipe
           
 java.lang.Throwable fromOutPipe
           
 java.lang.Throwable fromProcess
           
 boolean thrown
          true only if some Throwable is not null
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fromProcess

public final java.lang.Throwable fromProcess

fromErrPipe

public final java.lang.Throwable fromErrPipe

fromOutPipe

public final java.lang.Throwable fromOutPipe

fromInPipe

public final java.lang.Throwable fromInPipe

thrown

public final boolean thrown
true only if some Throwable is not null

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object