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:
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

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

ComponentDescriptorCreatorException

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


Copyright © 2001-2010 Codehaus. All Rights Reserved.