org.apache.maven.plugin.ear
Class UnknownArtifactTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.plugin.ear.EarPluginException
              extended by org.apache.maven.plugin.ear.UnknownArtifactTypeException
All Implemented Interfaces:
Serializable

public class UnknownArtifactTypeException
extends EarPluginException

Thrown if an unknown artifact type is encountered.

Version:
$Id: UnknownArtifactTypeException.java 728546 2008-12-21 22:56:51Z bentmann $
Author:
Stephane Nicoll
See Also:
Serialized Form

Constructor Summary
UnknownArtifactTypeException()
           
UnknownArtifactTypeException(String message)
           
 
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

UnknownArtifactTypeException

public UnknownArtifactTypeException()

UnknownArtifactTypeException

public UnknownArtifactTypeException(String message)


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.