org.springframework.batch.support
Class AbstractExceptionTests

java.lang.Object
  extended by TestCase
      extended by org.springframework.batch.support.AbstractExceptionTests
Direct Known Subclasses:
FlatFileParseExceptionTests, ItemStreamExceptionTests, MarkFailedExceptionTests, ResetFailedExceptionTests

public abstract class AbstractExceptionTests
extends TestCase


Constructor Summary
AbstractExceptionTests()
           
 
Method Summary
abstract  Exception getException(String msg)
           
abstract  Exception getException(String msg, Throwable t)
           
 void testExceptionString()
           
 void testExceptionStringThrowable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractExceptionTests

public AbstractExceptionTests()
Method Detail

testExceptionString

public void testExceptionString()
                         throws Exception
Throws:
Exception

testExceptionStringThrowable

public void testExceptionStringThrowable()
                                  throws Exception
Throws:
Exception

getException

public abstract Exception getException(String msg)
                                throws Exception
Throws:
Exception

getException

public abstract Exception getException(String msg,
                                       Throwable t)
                                throws Exception
Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.