org.ujac.chart
Class ChartException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ujac.util.UjacException
              extended by org.ujac.chart.ChartException
All Implemented Interfaces:
Serializable

public class ChartException
extends UjacException

Name: ChartException
Description: A class for chart related exceptions.

Author:
lauerc
See Also:
Serialized Form

Constructor Summary
ChartException(String message)
          Constructs a ChartException instance with specific attributes.
ChartException(String message, Throwable cause)
          Constructs a ChartException instance with specific attributes.
ChartException(Throwable cause)
          Constructs a ChartException instance with specific attributes.
 
Method Summary
 Throwable getCause()
          Gets the original cause of the exception.
 
Methods inherited from class org.ujac.util.UjacException
getOriginalCause, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChartException

public ChartException(String message)
Constructs a ChartException instance with specific attributes.

Parameters:
message - The error message.

ChartException

public ChartException(String message,
                      Throwable cause)
Constructs a ChartException instance with specific attributes.

Parameters:
message - The error message.
cause - The original exception.

ChartException

public ChartException(Throwable cause)
Constructs a ChartException instance with specific attributes.

Parameters:
cause - The original exception.
Method Detail

getCause

public Throwable getCause()
Gets the original cause of the exception.

Overrides:
getCause in class Throwable
Returns:
The current value of property cause.


Copyright © 2003-2004 UJAC.org. All Rights Reserved.