Collaboration API Documentation

com.filenet.bso.api.collaboration.exceptions
Class TemplateFailedLookupException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.filenet.bso.api.util.BsoChainingRuntimeException
                          |
                          +--com.filenet.bso.api.util.BsoRuntimeException
                                |
                                +--com.filenet.bso.api.collaboration.exceptions.TemplateException
                                      |
                                      +--com.filenet.bso.api.collaboration.exceptions.TemplateFailedLookupException
All Implemented Interfaces:
java.io.Serializable

public class TemplateFailedLookupException
extends TemplateException

Unchecked exception thrown when a template parameter wasn't found or a selection fails because either the key wasn't found or the index was out of bounds.

See Also:
Serialized Form

Constructor Summary
TemplateFailedLookupException()
          Constructs a TemplateFailedLookupException with no specific detail message.
TemplateFailedLookupException(java.lang.String msg)
          Constructs a TemplateFailedLookupException with a given detail message.
TemplateFailedLookupException(java.lang.String msg, java.lang.Throwable cause)
          Constructs a TemplateFailedLookupException with a given detail message and the original exception.
 
Methods inherited from class com.filenet.bso.api.util.BsoRuntimeException
getCause, initCause, printStackTrace, printStackTrace, printStackTrace, printStackTraceAsCause, printStackTraceAsCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TemplateFailedLookupException

public TemplateFailedLookupException()
Constructs a TemplateFailedLookupException with no specific detail message.

TemplateFailedLookupException

public TemplateFailedLookupException(java.lang.String msg)
Constructs a TemplateFailedLookupException with a given detail message.
Parameters:
msg - the detail message

TemplateFailedLookupException

public TemplateFailedLookupException(java.lang.String msg,
                                     java.lang.Throwable cause)
Constructs a TemplateFailedLookupException with a given detail message and the original exception.
Parameters:
msg - the detail message
cause - the original exception. Null for this parameter is the same as no original exception.

Collaboration API Documentation

Copyright © 2002 - 2004 FileNet Corporation. All rights reserved.