leafchat.core.api
Class BugException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by leafchat.core.api.BugException
All Implemented Interfaces:
java.io.Serializable

public class BugException
extends java.lang.RuntimeException

Exception probably indicates a bug in a plugin or the system. This is a RuntimeException class so you don't need to catch it.

See Also:
Serialized Form

Constructor Summary
BugException()
          Constructs empty exception.
BugException(java.lang.String message)
           
BugException(java.lang.String message, java.lang.Throwable cause)
           
BugException(java.lang.Throwable cause)
           
 
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

BugException

public BugException()
Constructs empty exception.


BugException

public BugException(java.lang.String message)
Parameters:
message - Message

BugException

public BugException(java.lang.Throwable cause)
Parameters:
cause - Cause

BugException

public BugException(java.lang.String message,
                    java.lang.Throwable cause)
Parameters:
message - Message
cause - Cause


Copyright © 2011 Samuel Marshall. All rights reserved.