Package ratpack.path

Class InvalidPathEncodingException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidPathEncodingException
    extends java.lang.RuntimeException
    Thrown when a request is made for a path that is not correctly encoded.
    Since:
    1.5
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      InvalidPathEncodingException​(java.lang.Throwable cause)
      Constructs the exception.
    • Method Summary

      • 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

      • InvalidPathEncodingException

        public InvalidPathEncodingException​(java.lang.Throwable cause)
        Constructs the exception.
        Parameters:
        cause - The underlying exception cause