org.springframework.batch.core
Class AbstractExceptionTests
java.lang.Object
TestCase
org.springframework.batch.core.AbstractExceptionTests
- Direct Known Subclasses:
- DuplicateJobExceptionTests, JobExecutionAlreadyRunningExceptionTests, JobExecutionExceptionTests, JobInstanceAlreadyCompleteExceptionTests, JobInterruptedExceptionTests, JobRestartExceptionTests, NoSuchJobExceptionTests
public abstract class AbstractExceptionTests
- extends TestCase
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractExceptionTests
public AbstractExceptionTests()
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.