org.xerial.wiki
Class WikiException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xerial.core.XerialException
              extended by org.xerial.wiki.WikiException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
WikiPluginException

public class WikiException
extends XerialException

WikiException

Author:
leo
See Also:
Serialized Form

Constructor Summary
WikiException(int line, Object message)
           
WikiException(org.antlr.runtime.RecognitionException e)
           
 
Method Summary
 int getLineExceptionOccured()
           
 
Methods inherited from class org.xerial.core.XerialException
concatinateMessage
 
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

WikiException

public WikiException(org.antlr.runtime.RecognitionException e)

WikiException

public WikiException(int line,
                     Object message)
Method Detail

getLineExceptionOccured

public int getLineExceptionOccured()


Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.