org.xwiki.wikistream
Class WikiStreamException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xwiki.wikistream.WikiStreamException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
WikiStreamTypeException

@Unstable
public class WikiStreamException
extends Exception

Encapsulates WikiStream errors.

Since:
5.2M2
Version:
$Id: 98279a1ce459e0d9ab91b08d5b767c42b47e4414 $
See Also:
Serialized Form

Constructor Summary
WikiStreamException(String message)
           
WikiStreamException(String message, Throwable cause)
           
WikiStreamException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

WikiStreamException

public WikiStreamException(String message)
Parameters:
message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.

WikiStreamException

public WikiStreamException(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.)

WikiStreamException

public WikiStreamException(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.