Class MalformedUriTemplateException

  • All Implemented Interfaces:
    Serializable

    public class MalformedUriTemplateException
    extends RuntimeException
    Raised when the the template processor encounters an issue parsing the URI template string. It indicates the either the template itself is malformed, or an expression within the template is malformed.
    Since:
    2.0
    Version:
    $Revision: 1.1 $
    Author:
    Ryan J. McDonough
    See Also:
    Serialized Form
    • Constructor Detail

      • MalformedUriTemplateException

        public MalformedUriTemplateException​(String message,
                                             int location,
                                             Throwable cause)
        Create a new UriTemplateParseException.
        Parameters:
        message -
        cause -
      • MalformedUriTemplateException

        public MalformedUriTemplateException​(String message,
                                             int location)
        Create a new UriTemplateParseException.
        Parameters:
        message -
    • Method Detail

      • getLocation

        public int getLocation()