toxTree.io.batch
Class BatchProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
toxTree.io.batch.BatchProcessingException
- All Implemented Interfaces:
- java.io.Serializable
public class BatchProcessingException
- extends java.lang.Exception
An Exception
to be used in IBatchProcessing
- Author:
- Nina Jeliazkova
Modified 2005-9-4
- See Also:
- Serialized Form
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 |
batch
protected IBatchProcessing batch
BatchProcessingException
public BatchProcessingException()
BatchProcessingException
public BatchProcessingException(java.lang.String message)
- Parameters:
message
-
BatchProcessingException
public BatchProcessingException(java.lang.String message,
IBatchProcessing batch)
BatchProcessingException
public BatchProcessingException(java.lang.Throwable cause,
IBatchProcessing batch)
BatchProcessingException
public BatchProcessingException(java.lang.Throwable cause)
- Parameters:
cause
-
BatchProcessingException
public BatchProcessingException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message
- cause
-
BatchProcessingException
public BatchProcessingException(java.lang.String message,
java.lang.Throwable cause,
IBatchProcessing batch)
Copyright © 2004-2012 Ideaconsult Ltd.. All Rights Reserved.