CFEngine API

org.recommender.server
Class CFInternalErrorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.recommender.server.CFException
                    |
                    +--org.recommender.server.CFInternalErrorException
All Implemented Interfaces:
java.io.Serializable

public class CFInternalErrorException
extends CFException

Exception handling illegal list argument passed into CFEngineImpl and DataManager

Since:
JDK 1.2
Author:
Matt McLaughlin
See Also:
Serialized Form

Field Summary
 java.lang.Exception exception
           
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
CFInternalErrorException(java.lang.String msg)
           
CFInternalErrorException(java.lang.String msg, java.lang.Exception exception)
           
 
Method Summary
 void printStackTrace()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

exception

public java.lang.Exception exception
Constructor Detail

CFInternalErrorException

public CFInternalErrorException(java.lang.String msg)
Parameters:
msg -

CFInternalErrorException

public CFInternalErrorException(java.lang.String msg,
                                java.lang.Exception exception)
Parameters:
msg -
exception - Exception caught
Method Detail

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class java.lang.Throwable

CFEngine API

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