net.sourceforge.scopes
Class ScopesException

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

public class ScopesException
extends java.lang.Exception

Generic base checked exception for all Scopes package.

See Also:
Serialized Form

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

ScopesException

public ScopesException()
Default constructor.


ScopesException

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

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

ScopesException

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

Parameters:
message - The message to show.

ScopesException

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

Parameters:
cause - The cause.