CFEngine API

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

Field Summary
 CFIllegalParameterException exception
           
 int numSuccessfull
           
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
CFIllegalListParameterException(java.lang.String msg, int numSuccessfull)
           
CFIllegalListParameterException(java.lang.String msg, int numSuccessfull, CFIllegalParameterException exception)
           
 
Method Summary
 int getNumSuccessfull()
           
 
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

numSuccessfull

public int numSuccessfull

exception

public CFIllegalParameterException exception
Constructor Detail

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
Method Detail

getNumSuccessfull

public int getNumSuccessfull()

CFEngine API

Copyright © 2003 - Oregon State University www.orst.edu