org.javagroup.process
Class ProcessCreationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.javagroup.process.ProcessCreationException

public class ProcessCreationException
extends java.lang.Exception

Class to represent an exception related to creating a process. Possible causes are: no appropritate method to invoke (eg static main(String[]), or class not found.

See Also:
Serialized Form

Constructor Summary
ProcessCreationException()
           
ProcessCreationException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProcessCreationException

public ProcessCreationException()

ProcessCreationException

public ProcessCreationException(java.lang.String message)