org.xwiki.url
Class UnsupportedURLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xwiki.url.UnsupportedURLException
- All Implemented Interfaces:
- Serializable
@Unstable
public class UnsupportedURLException
- extends Exception
Means the URL is of a type for which we don't have any parser.
- Since:
- 5.1M1
- Version:
- $Id: fc55e86fb6dc973f975a193b956b3930efdace5c $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnsupportedURLException
public UnsupportedURLException(String message)
- Parameters:
message - The detailed message. This can later be retrieved by the Throwable.getMessage() method.
UnsupportedURLException
public UnsupportedURLException(String message,
Throwable throwable)
- Parameters:
message - The detailed message. This can later be retrieved by the Throwable.getMessage() method.throwable - the cause. This can be retrieved later by the Throwable.getCause() method. (A null value
is permitted, and indicates that the cause is nonexistent or unknown)
Copyright © 2004-2013 XWiki. All Rights Reserved.