ch.uzh.ifi.attempto.acewiki.core
Class InvalidWordException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ch.uzh.ifi.attempto.acewiki.core.InvalidWordException
All Implemented Interfaces:
java.io.Serializable

public class InvalidWordException
extends java.lang.Exception

This exception is thrown when the user tries to create or modify a word in an illegal way.

Author:
Tobias Kuhn
See Also:
Serialized Form

Constructor Summary
InvalidWordException(java.lang.String text)
          Creates a new exception object.
 
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

InvalidWordException

public InvalidWordException(java.lang.String text)
Creates a new exception object.

Parameters:
text - The exception text.


Copyright 2008-2012, AceWiki developers