pt.runtime
Class ParaTaskExceptionGroup

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.util.concurrent.ExecutionException
              extended by pt.runtime.ParaTaskExceptionGroup
All Implemented Interfaces:
java.io.Serializable

public class ParaTaskExceptionGroup
extends java.util.concurrent.ExecutionException

See Also:
Serialized Form

Constructor Summary
ParaTaskExceptionGroup(java.lang.String reason, java.lang.Throwable[] exceptions)
           
 
Method Summary
 java.lang.Throwable[] getExceptionSet()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParaTaskExceptionGroup

public ParaTaskExceptionGroup(java.lang.String reason,
                              java.lang.Throwable[] exceptions)
Method Detail

getExceptionSet

public java.lang.Throwable[] getExceptionSet()