org.ceryle.wiki.plugin.assertion
Class WikiMapException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ceryle.wiki.plugin.assertion.WikiMapException
All Implemented Interfaces:
Serializable

public class WikiMapException
extends Exception

An general class for exceptions thrown during WikiMap processing.

Since:
JDK1.4
Version:
$Id: WikiMapException.java,v 1.1 2007-06-15 12:10:14 altheim Exp $
Author:
Murray Altheim
See Also:
Exception, Serialized Form

Constructor Summary
WikiMapException(String message)
          Constructor for WikiMapException.
WikiMapException(String message, Throwable cause)
          Constructor for WikiMapException provided a message, tunnelling the original cause (Throwable/Exception).
WikiMapException(Throwable cause)
          Constructor for WikiMapException tunnelling the original cause (Throwable/Exception).
 
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

WikiMapException

public WikiMapException(String message)
Constructor for WikiMapException.

Parameters:
message - The unique message.

WikiMapException

public WikiMapException(String message,
                        Throwable cause)
Constructor for WikiMapException provided a message, tunnelling the original cause (Throwable/Exception).

Parameters:
message - The unique message.
cause - The original cause of the exception. A null value is permitted, and indicates that the cause is nonexistent or unknown.
See Also:
Utilities

WikiMapException

public WikiMapException(Throwable cause)
Constructor for WikiMapException tunnelling the original cause (Throwable/Exception).

Parameters:
cause - The original cause of the exception. A null value is permitted, and indicates that the cause is nonexistent or unknown.


The Ceryle Project. Copyright ©2001-2007 Murray Altheim, All Rights Reserved. See LICENSE included with distribution.