com.infoengine.exception
Class IEPartialResultsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.servlet.jsp.JspException
              extended bycom.infoengine.util.IEException
                  extended bycom.infoengine.exception.IEPartialResultsException
All Implemented Interfaces:
LocalizableMessage, Serializable

public class IEPartialResultsException
extends IEException

See Also:
Serialized Form

Field Summary
private  IeCollection collection
           
 
Fields inherited from class com.infoengine.util.IEException
GETMESSAGE_LINE_SEPARATOR, TOSTRING_LINE_SEPARATOR
 
Fields inherited from class javax.servlet.jsp.JspException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
IEPartialResultsException()
          Constructs a Info*Engine exception with no specified detailed message or embedded throwable object.
IEPartialResultsException(String s)
          Constructs a Info*Engine exception with a non-localizable detailed message.
IEPartialResultsException(String rb, String key, Object[] params)
          Constructs a Info*Engine exception with a localizable detailed message.
IEPartialResultsException(Throwable t)
          Constructs a Info*Engine exception with a throwable.
IEPartialResultsException(Throwable t, String s)
          Constructs a Info*Engine exception with an embedded Throwable object and non-localizable detailed message.
IEPartialResultsException(Throwable t, String rb, String key, Object[] params)
          Constructs a Info*Engine exception with an embedded Throwable object and a localizable detailed message.
 
Method Summary
 IeCollection getCollection()
           
 void setCollection(IeCollection collection)
           
 
Methods inherited from class com.infoengine.util.IEException
getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getmessage, getMessage, getNestedExceptionString, getNestedExceptionString, getNestedThrowable, printStackTrace, printStackTrace, setLocalizedMessage, toString, toString
 
Methods inherited from class javax.servlet.jsp.JspException
getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

collection

private IeCollection collection
Constructor Detail

IEPartialResultsException

public IEPartialResultsException()
Constructs a Info*Engine exception with no specified detailed message or embedded throwable object.


IEPartialResultsException

public IEPartialResultsException(String s)
Constructs a Info*Engine exception with a non-localizable detailed message.

Parameters:
s - the detailed message

IEPartialResultsException

public IEPartialResultsException(String rb,
                                 String key,
                                 Object[] params)
Constructs a Info*Engine exception with a localizable detailed message.


IEPartialResultsException

public IEPartialResultsException(Throwable t)
Constructs a Info*Engine exception with a throwable.

Parameters:
t - the throwable object

IEPartialResultsException

public IEPartialResultsException(Throwable t,
                                 String s)
Constructs a Info*Engine exception with an embedded Throwable object and non-localizable detailed message.

Parameters:
t - the embedded Throwable. It may be null.
s - the detailed message. It may be null.

IEPartialResultsException

public IEPartialResultsException(Throwable t,
                                 String rb,
                                 String key,
                                 Object[] params)
Constructs a Info*Engine exception with an embedded Throwable object and a localizable detailed message.

Parameters:
t - the embedded Throwable. It may be null.
rb - the name of the base resource bundle subclass containing the localizable message.
key - the key associated with the localizable message
params - an optional set of objects to be formatted into the localizable message text.
Method Detail

setCollection

public void setCollection(IeCollection collection)

getCollection

public IeCollection getCollection()