org.apache.maven.shared.utils.exceptionutils
Class TestExceptionWithDetail

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.shared.utils.exceptionutils.TestExceptionWithDetail
All Implemented Interfaces:
Serializable

public class TestExceptionWithDetail
extends Exception

This test exception has a 'detail' field.

Author:
Mark Struberg
See Also:
Serialized Form

Constructor Summary
TestExceptionWithDetail()
           
 
Method Summary
 Throwable getDetail()
           
 void setDetail(Throwable detail)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestExceptionWithDetail

public TestExceptionWithDetail()
Method Detail

getDetail

public Throwable getDetail()

setDetail

public void setDetail(Throwable detail)


Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.