org.xwiki.wikistream.type
Class WikiStreamTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xwiki.wikistream.WikiStreamException
org.xwiki.wikistream.type.WikiStreamTypeException
- All Implemented Interfaces:
- Serializable
@Unstable
public class WikiStreamTypeException
- extends WikiStreamException
Encapsulates WikiType and WikiStream type based errors.
- Version:
- $Id: e1470d0640f6e6afee88304f8b38e24fa3215030 $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
WikiStreamTypeException
public WikiStreamTypeException(String message)
- Parameters:
message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage()
method.
WikiStreamTypeException
public WikiStreamTypeException(Throwable cause)
- Parameters:
cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null
value is permitted, and indicates that the cause is nonexistent or unknown.)
WikiStreamTypeException
public WikiStreamTypeException(String message,
Throwable cause)
- Parameters:
message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null
value is permitted, and indicates that the cause is nonexistent or unknown.)
Copyright © 2004–2014 XWiki. All rights reserved.