org.apache.maven.exception
Class DefaultExceptionHandler

java.lang.Object
  extended by org.apache.maven.exception.DefaultExceptionHandler
All Implemented Interfaces:
ExceptionHandler

@Component(role=ExceptionHandler.class)
public class DefaultExceptionHandler
extends Object
implements ExceptionHandler


Constructor Summary
DefaultExceptionHandler()
           
 
Method Summary
 ExceptionSummary handleException(Throwable exception)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultExceptionHandler

public DefaultExceptionHandler()
Method Detail

handleException

public ExceptionSummary handleException(Throwable exception)
Specified by:
handleException in interface ExceptionHandler


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