toxTree.io.batch
Class BatchProcessingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Field Summary
protected  IBatchProcessing batch
           
 
Constructor Summary
BatchProcessingException()
           
BatchProcessingException(java.lang.String message)
           
BatchProcessingException(java.lang.String message, IBatchProcessing batch)
           
BatchProcessingException(java.lang.String message, java.lang.Throwable cause)
           
BatchProcessingException(java.lang.String message, java.lang.Throwable cause, IBatchProcessing batch)
           
BatchProcessingException(java.lang.Throwable cause)
           
BatchProcessingException(java.lang.Throwable cause, IBatchProcessing batch)
           
 
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
 

Field Detail

batch

protected IBatchProcessing batch
Constructor Detail

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.