org.apache.maven.exception
Class ExceptionSummary
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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.