org.apache.maven.exception
Class ExceptionSummary
java.lang.Object
   org.apache.maven.exception.ExceptionSummary
org.apache.maven.exception.ExceptionSummary
- public class ExceptionSummary 
- extends Object
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ExceptionSummary
public ExceptionSummary(Throwable exception,
                        String message,
                        String reference)
ExceptionSummary
public ExceptionSummary(Throwable exception,
                        String message,
                        String reference,
                        List<ExceptionSummary> children)
getException
public Throwable getException()
- 
 
getMessage
public String getMessage()
- 
 
getReference
public String getReference()
- 
 
getChildren
public List<ExceptionSummary> getChildren()
- 
 
Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.