org.apache.commons.logging
Class DummyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.commons.logging.DummyException
All Implemented Interfaces:
Serializable

public class DummyException
extends Exception

Dummy exception that unit tests create instances of when they want to test logging of an Exception object.

See Also:
Serialized Form

Constructor Summary
DummyException()
           
 
Method Summary
 
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

DummyException

public DummyException()


Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.