org.codehaus.mojo.gwt.shell
Class ForkedProcessExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.plugin.AbstractMojoExecutionException
              extended by org.apache.maven.plugin.MojoExecutionException
                  extended by org.codehaus.mojo.gwt.shell.ForkedProcessExecutionException
All Implemented Interfaces:
Serializable

public class ForkedProcessExecutionException
extends MojoExecutionException

Author:
Nicolas De Loof
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.maven.plugin.AbstractMojoExecutionException
longMessage, source
 
Constructor Summary
ForkedProcessExecutionException(Object source, String shortMessage, String longMessage)
           
ForkedProcessExecutionException(String message)
           
ForkedProcessExecutionException(String message, Exception cause)
           
ForkedProcessExecutionException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.apache.maven.plugin.AbstractMojoExecutionException
getLongMessage, getSource
 
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

ForkedProcessExecutionException

public ForkedProcessExecutionException(String message)
Parameters:
message -

ForkedProcessExecutionException

public ForkedProcessExecutionException(String message,
                                       Exception cause)
Parameters:
message -
cause -

ForkedProcessExecutionException

public ForkedProcessExecutionException(String message,
                                       Throwable cause)
Parameters:
message -
cause -

ForkedProcessExecutionException

public ForkedProcessExecutionException(Object source,
                                       String shortMessage,
                                       String longMessage)
Parameters:
source -
shortMessage -
longMessage -


Copyright © 2007-2012 Codehaus. All Rights Reserved.