org.codehaus.plexus.cdc
Class ComponentDescriptorCreatorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.codehaus.plexus.cdc.ComponentDescriptorCreatorException
All Implemented Interfaces:
Serializable

Deprecated. Use {#link ComponentDescriptorExtractor}.

public class ComponentDescriptorCreatorException
extends Exception

Version:
$Id: ComponentDescriptorCreatorException.java 6923 2007-10-01 04:26:19Z user57 $
Author:
Trygve Laugstøl
See Also:
Serialized Form

Constructor Summary
ComponentDescriptorCreatorException(String message)
          Deprecated.  
ComponentDescriptorCreatorException(String message, Throwable cause)
          Deprecated.  
 
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

ComponentDescriptorCreatorException

public ComponentDescriptorCreatorException(String message)
Deprecated. 

ComponentDescriptorCreatorException

public ComponentDescriptorCreatorException(String message,
                                           Throwable cause)
Deprecated. 


Copyright © 2001-2011 Codehaus. All Rights Reserved.