org.apache.maven.dotnet.executable.compiler
Class InvalidArtifactException

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

public class InvalidArtifactException
extends ExecutionException

Exception thrown when the framework either does not recognize the target artifact (module, library, exe, winexe) or the target artifact is not valid for the compiler.

Author:
Shane Isbell
See Also:
Serialized Form

Constructor Summary
InvalidArtifactException()
          Constructs an InvalidArtifactException with no exception message.
InvalidArtifactException(java.lang.String message)
          Constructs an InvalidArtifactException with the specified exception message.
InvalidArtifactException(java.lang.String message, java.lang.Throwable cause)
          Constructs an InvalidArtifactException with the specified exception message and cause of the exception.
InvalidArtifactException(java.lang.Throwable cause)
          Constructs an InvalidArtifactException 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

InvalidArtifactException

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


InvalidArtifactException

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

Parameters:
message - the exception message

InvalidArtifactException

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

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

InvalidArtifactException

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

Parameters:
cause - the cause of the exception


Copyright © 2007 NMaven. All Rights Reserved.