org.apache.maven.exception
Class ExceptionSummary

java.lang.Object
  extended by org.apache.maven.exception.ExceptionSummary

public class ExceptionSummary
extends Object


Constructor Summary
ExceptionSummary(Throwable exception, String message, String reference)
           
ExceptionSummary(Throwable exception, String message, String reference, List<ExceptionSummary> children)
           
 
Method Summary
 List<ExceptionSummary> getChildren()
           
 Throwable getException()
           
 String getMessage()
           
 String getReference()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionSummary

public ExceptionSummary(Throwable exception,
                        String message,
                        String reference)

ExceptionSummary

public ExceptionSummary(Throwable exception,
                        String message,
                        String reference,
                        List<ExceptionSummary> children)
Method Detail

getException

public Throwable getException()

getMessage

public String getMessage()

getReference

public String getReference()

getChildren

public List<ExceptionSummary> getChildren()


Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.