com.lonniepryor.blues.util
Class BluesException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.lonniepryor.blues.util.BluesException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ParseException, ReflectionException, SystemException, XmlException

public class BluesException
extends java.lang.RuntimeException

Base exception thrown by the Blues Framework.

Version:
$Revision: 1.1 $
Author:
Lonnie Pryor
See Also:
Serialized Form

Constructor Summary
BluesException()
          Creates a new BluesException object.
BluesException(java.lang.String message)
          Creates a new BluesException object.
BluesException(java.lang.String message, java.lang.Throwable cause)
          Creates a new BluesException object.
BluesException(java.lang.Throwable cause)
          Creates a new BluesException object.
 
Method Summary
 java.lang.Throwable getCause()
          Returns the cause of this exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

BluesException

public BluesException()
Creates a new BluesException object.


BluesException

public BluesException(java.lang.String message)
Creates a new BluesException object.

Parameters:
message - The error message.

BluesException

public BluesException(java.lang.String message,
                      java.lang.Throwable cause)
Creates a new BluesException object.

Parameters:
message - The error message.
cause - The cause of this exception.

BluesException

public BluesException(java.lang.Throwable cause)
Creates a new BluesException object.

Parameters:
cause - The cause of this exception.
Method Detail

getCause

public java.lang.Throwable getCause()
Returns the cause of this exception.

Overrides:
getCause in class java.lang.Throwable
Returns:
The cause of this exception.


Copyright © 2003 Blues Framework. All Rights Reserved.