Class TransletNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class TransletNotFoundException
    extends ActivityException
    Checked exception thrown when an attempt is made to access a translet that does not exist.

    Created: 2008. 01. 07 AM 3:35:55

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      TransletNotFoundException​(java.lang.String transletName)
      Constructor to create exception with a message.
      TransletNotFoundException​(java.lang.String transletName, MethodType requestMethod)
      Constructor to create exception with a message.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      MethodType getRequestMethod()  
      MethodType getRequestMethod​(MethodType defaultRequestMethod)  
      java.lang.String getTransletName()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • TransletNotFoundException

        public TransletNotFoundException​(java.lang.String transletName)
        Constructor to create exception with a message.
        Parameters:
        transletName - the translet name
      • TransletNotFoundException

        public TransletNotFoundException​(java.lang.String transletName,
                                         MethodType requestMethod)
        Constructor to create exception with a message.
        Parameters:
        transletName - the translet name
        requestMethod - the request method
    • Method Detail

      • getTransletName

        public java.lang.String getTransletName()
      • getRequestMethod

        public MethodType getRequestMethod()