Uses of Class
org.apache.maven.exception.ExceptionSummary

Packages that use ExceptionSummary
org.apache.maven.exception   
 

Uses of ExceptionSummary in org.apache.maven.exception
 

Methods in org.apache.maven.exception that return ExceptionSummary
 ExceptionSummary ExceptionHandler.handleException(java.lang.Throwable e)
           
 ExceptionSummary DefaultExceptionHandler.handleException(java.lang.Throwable exception)
           
 

Methods in org.apache.maven.exception that return types with arguments of type ExceptionSummary
 java.util.List<ExceptionSummary> ExceptionSummary.getChildren()
           
 

Constructor parameters in org.apache.maven.exception with type arguments of type ExceptionSummary
ExceptionSummary(java.lang.Throwable exception, java.lang.String message, java.lang.String reference, java.util.List<ExceptionSummary> children)
           
 



Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.