Package org.craftercms.core.exception
Class UrlTransformationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.craftercms.core.exception.CrafterException
-
- org.craftercms.core.exception.UrlTransformationException
-
- All Implemented Interfaces:
Serializable
public class UrlTransformationException extends CrafterException
Thrown when a URL can't be correctly transformed to a different URL.- Author:
- Sumer Jabri, Alfonso Vásquez
- See Also:
UrlTransformationEngine, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UrlTransformationException()UrlTransformationException(String message)UrlTransformationException(String message, Throwable cause)UrlTransformationException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-