g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.parametric
Class ParametricGenerationCanceled

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by eu.geclipse.jsdl.parametric.ParametricJsdlException
              extended by eu.geclipse.jsdl.parametric.ParametricGenerationCanceled
All Implemented Interfaces:
java.io.Serializable

public class ParametricGenerationCanceled
extends ParametricJsdlException

Exception thrown when generation of parametric jobs was canceled (e.g. by the user)

See Also:
Serialized Form

Constructor Summary
ParametricGenerationCanceled()
           
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParametricGenerationCanceled

public ParametricGenerationCanceled()

g-Eclipse
Release 1.0.0