org.codehaus.plexus.cdc
Class ComponentDescriptorCreatorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.codehaus.plexus.cdc.ComponentDescriptorCreatorException
All Implemented Interfaces:
java.io.Serializable

public class ComponentDescriptorCreatorException
extends java.lang.Exception

Version:
$Id: ComponentDescriptorCreatorException.java 1976 2005-05-25 09:11:58Z trygvis $
Author:
Trygve Laugstøl
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ComponentDescriptorCreatorException(java.lang.String message)
           
ComponentDescriptorCreatorException(java.lang.String message, java.lang.Throwable cause)
           
 
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(java.lang.String message)

ComponentDescriptorCreatorException

public ComponentDescriptorCreatorException(java.lang.String message,
                                           java.lang.Throwable cause)