org.sakaiproject.poll.logic.impl
Class InvalidEmailTemplateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.sakaiproject.poll.logic.impl.InvalidEmailTemplateException
All Implemented Interfaces:
Serializable

public class InvalidEmailTemplateException
extends Exception

Author:
branden
See Also:
Serialized Form

Constructor Summary
InvalidEmailTemplateException(String key, String fileName)
           
InvalidEmailTemplateException(String key, String fileName, Throwable cause)
           
 
Method Summary
 String getFileName()
           
 String getKey()
           
 
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
 

Constructor Detail

InvalidEmailTemplateException

public InvalidEmailTemplateException(String key,
                                     String fileName)

InvalidEmailTemplateException

public InvalidEmailTemplateException(String key,
                                     String fileName,
                                     Throwable cause)
Method Detail

getKey

public String getKey()

getFileName

public String getFileName()


Copyright © 2003-2012 Sakai Project. All Rights Reserved.