org.silvermoon.moonglow.common
Class BaseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.silvermoon.moonglow.common.BaseException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ClientException, FormatException, PluginException

public class BaseException
extends java.lang.Exception

Base class for all custom exceptions

See Also:
Serialized Form

Constructor Summary
BaseException()
           
BaseException(java.lang.String msg)
           
BaseException(java.lang.Throwable t)
           
 
Method Summary
 java.lang.String getMessageText()
           
 
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

BaseException

public BaseException()

BaseException

public BaseException(java.lang.String msg)

BaseException

public BaseException(java.lang.Throwable t)
Method Detail

getMessageText

public java.lang.String getMessageText()