Package ratpack.core.path
Class InvalidPathEncodingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ratpack.core.path.InvalidPathEncodingException
-
- All Implemented Interfaces:
Serializable
public class InvalidPathEncodingException extends 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(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
-
-
-
-
Constructor Detail
-
InvalidPathEncodingException
public InvalidPathEncodingException(Throwable cause)
Constructs the exception.- Parameters:
cause
- The underlying exception cause
-
-