Package repast.simphony.data2
Class DataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
repast.simphony.data2.DataException
- All Implemented Interfaces:
Serializable
Exception for any data collection related issue. This is a runtime exception
that allows us to unify the exception handling.
- Author:
- Nick Collier
- See Also:
-
Constructor Summary
ConstructorDescriptionDataException
(String arg0) DataException
(String arg0, Throwable arg1) DataException
(Throwable arg0) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DataException
public DataException() -
DataException
- Parameters:
arg0
-arg1
-
-
DataException
- Parameters:
arg0
-
-
DataException
- Parameters:
arg0
-
-