org.apache.maven.shared.utils.exceptionutils
Class TestExceptionWithDetail
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TestExceptionWithDetail
public TestExceptionWithDetail()
getDetail
public Throwable getDetail()
setDetail
public void setDetail(Throwable detail)
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.