org.apache.maven.dotnet.executable
Class ExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.dotnet.executable.ExecutionException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidArtifactException

public class ExecutionException
extends java.lang.Exception

Exception thrown for compiler errors.

Author:
Shane Isbell
See Also:
Serialized Form

Constructor Summary
ExecutionException()
          Constructs an ExecutionException with no exception message.
ExecutionException(java.lang.String message)
          Constructs an ExecutionException with the specified exception message.
ExecutionException(java.lang.String message, java.lang.Throwable cause)
          Constructs an ExecutionException with the specified exception message and cause of the exception.
ExecutionException(java.lang.Throwable cause)
          Constructs an ExecutionException with the cause of the exception.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExecutionException

public ExecutionException()
Constructs an ExecutionException with no exception message.


ExecutionException

public ExecutionException(java.lang.String message)
Constructs an ExecutionException with the specified exception message.

Parameters:
message - the exception message

ExecutionException

public ExecutionException(java.lang.String message,
                          java.lang.Throwable cause)
Constructs an ExecutionException with the specified exception message and cause of the exception.

Parameters:
message - the exception message
cause - the cause of the exception

ExecutionException

public ExecutionException(java.lang.Throwable cause)
Constructs an ExecutionException with the cause of the exception.

Parameters:
cause - the cause of the exception


Copyright © 2007 NMaven. All Rights Reserved.