net.sourceforge.scopes
Class ScopesRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sourceforge.scopes.ScopesRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class ScopesRuntimeException
extends java.lang.RuntimeException

Generic base unchecked exception for all Scopes package.

See Also:
Serialized Form

Constructor Summary
ScopesRuntimeException()
          Default constructor.
ScopesRuntimeException(java.lang.String message)
          Constructor.
ScopesRuntimeException(java.lang.String message, java.lang.Throwable cause)
          Constructor.
ScopesRuntimeException(java.lang.Throwable cause)
          Constructor.
 
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

ScopesRuntimeException

public ScopesRuntimeException()
Default constructor.


ScopesRuntimeException

public ScopesRuntimeException(java.lang.String message,
                              java.lang.Throwable cause)
Constructor.

Parameters:
message - The message to show.
cause - The cause.

ScopesRuntimeException

public ScopesRuntimeException(java.lang.String message)
Constructor.

Parameters:
message - The message to show.

ScopesRuntimeException

public ScopesRuntimeException(java.lang.Throwable cause)
Constructor.

Parameters:
cause - The cause.