org.apache.maven.continuum.project.builder
Class ContinuumProjectBuilderException

Package class diagram package ContinuumProjectBuilderException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.continuum.project.builder.ContinuumProjectBuilderException
All Implemented Interfaces:
Serializable

public class ContinuumProjectBuilderException
extends Exception

Version:
$Id: ContinuumProjectBuilderException.java 671539 2008-06-25 12:53:16Z evenisse $
Author:
Trygve Laugstøl
See Also:
Serialized Form

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

ContinuumProjectBuilderException

public ContinuumProjectBuilderException(String message)

ContinuumProjectBuilderException

public ContinuumProjectBuilderException(String message,
                                        Throwable cause)


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.