mapss.dif.csdf.sdf.mem
Class DataPartitioningException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by mapss.dif.csdf.sdf.mem.DataPartitioningException
All Implemented Interfaces:
java.io.Serializable

public class DataPartitioningException
extends java.lang.Exception

Exception for data partitioning errors.

Version:
$Id: DataPartitioningException.java 362 2007-02-25 21:08:57Z plishker $
Author:
Mingyung Ko
See Also:
Serialized Form

Constructor Summary
DataPartitioningException()
          Exception without arguments.
DataPartitioningException(java.lang.String message)
          Exception with an error message.
 
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

DataPartitioningException

public DataPartitioningException()
Exception without arguments.


DataPartitioningException

public DataPartitioningException(java.lang.String message)
Exception with an error message.