org.apache.maven.exception
Class ExceptionSummary

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

public class ExceptionSummary
extends java.lang.Object


Constructor Summary
ExceptionSummary(java.lang.Throwable exception, java.lang.String message, java.lang.String reference)
           
ExceptionSummary(java.lang.Throwable exception, java.lang.String message, java.lang.String reference, java.util.List<ExceptionSummary> children)
           
 
Method Summary
 java.util.List<ExceptionSummary> getChildren()
           
 java.lang.Throwable getException()
           
 java.lang.String getMessage()
           
 java.lang.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(java.lang.Throwable exception,
                        java.lang.String message,
                        java.lang.String reference)

ExceptionSummary

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

getException

public java.lang.Throwable getException()

getMessage

public java.lang.String getMessage()

getReference

public java.lang.String getReference()

getChildren

public java.util.List<ExceptionSummary> getChildren()


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