Collaboration API Documentation

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

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TemplateFailedLookupException, TemplateNotFoundException, TemplateNotMappedException, TemplateParsingException

public class TemplateException
extends BsoRuntimeException

Unchecked exception thrown when there is a problem processing an e-mail template.

See Also:
Serialized Form

Constructor Summary
TemplateException()
          Constructs a TemplateException with no specific detail message.
TemplateException(java.lang.String msg)
          Constructs a TemplateException with a given detail message.
TemplateException(java.lang.String msg, java.lang.Throwable cause)
          Constructs a TemplateException 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

TemplateException

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

TemplateException

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

TemplateException

public TemplateException(java.lang.String msg,
                         java.lang.Throwable cause)
Constructs a TemplateException 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 - 2005 FileNet Corporation. All rights reserved.