Class TransletRuleException

  • All Implemented Interfaces:
    java.io.Serializable

    public class TransletRuleException
    extends TransletException
    The Class TransletRuleException.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      TransletRule getTransletRule()
      Gets translet rule.
      • 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

      • TransletRuleException

        public TransletRuleException​(java.lang.String msg,
                                     TransletRule transletRule)
        Instantiates a new TransletRuleException.
        Parameters:
        msg - the detail message
        transletRule - the translet rule
      • TransletRuleException

        public TransletRuleException​(java.lang.String msg,
                                     TransletRule transletRule,
                                     java.lang.Throwable cause)
        Instantiates a new TransletRuleException.
        Parameters:
        msg - the detail message
        transletRule - the translet rule
        cause - the root cause
    • Method Detail

      • getTransletRule

        public TransletRule getTransletRule()
        Gets translet rule.
        Returns:
        the translet rule