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

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

public class TestException
extends Exception

Author:
Mark Struberg
See Also:
Serialized Form

Constructor Summary
TestException()
           
 
Method Summary
 Throwable getSourceException()
           
 Throwable getSpecialCause()
           
 void setSourceException(Throwable cause)
           
 void setSpecialCause(Throwable specialCause)
           
 
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

TestException

public TestException()
Method Detail

setSourceException

public void setSourceException(Throwable cause)

getSourceException

public Throwable getSourceException()

getSpecialCause

public Throwable getSpecialCause()

setSpecialCause

public void setSpecialCause(Throwable specialCause)


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