Uses of Class
org.silvermoon.moonglow.common.BaseException

Packages that use BaseException
org.silvermoon.moonglow.common   
org.silvermoon.moonglow.format   
org.silvermoon.moonglow.plugin   
org.silvermoon.moonglow.textui   
 

Uses of BaseException in org.silvermoon.moonglow.common
 

Subclasses of BaseException in org.silvermoon.moonglow.common
 class ClientException
          An Exception thrown within the Client
 

Uses of BaseException in org.silvermoon.moonglow.format
 

Subclasses of BaseException in org.silvermoon.moonglow.format
 class FormatException
          Thrown when an error occurred while attempting to format the Response as a String
 

Uses of BaseException in org.silvermoon.moonglow.plugin
 

Subclasses of BaseException in org.silvermoon.moonglow.plugin
 class PluginException
          An error occurred running a Plugin
 

Uses of BaseException in org.silvermoon.moonglow.textui
 

Subclasses of BaseException in org.silvermoon.moonglow.textui
 class UsageException