org.recommender.server
Class CFIllegalListParameterException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.recommender.server.CFException
|
+--org.recommender.server.CFIllegalParameterException
|
+--org.recommender.server.CFIllegalListParameterException
- All Implemented Interfaces:
- java.io.Serializable
- public class CFIllegalListParameterException
- extends CFIllegalParameterException
Exception handling illegal list argument passed into CFEngineImpl and DataManager
- Since:
- JDK 1.2
- Author:
- Matt McLaughlin
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
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 |
numSuccessfull
public int numSuccessfull
exception
public CFIllegalParameterException exception
CFIllegalListParameterException
public CFIllegalListParameterException(java.lang.String msg,
int numSuccessfull)
- Parameters:
msg
- numSuccessfull
-
CFIllegalListParameterException
public CFIllegalListParameterException(java.lang.String msg,
int numSuccessfull,
CFIllegalParameterException exception)
- Parameters:
msg
- numSuccessfull
- exception
- Exception thrown by an individual element
getNumSuccessfull
public int getNumSuccessfull()
Copyright © 2003 - Oregon State University www.orst.edu