com.xpn.xwiki.plugin.charts.exceptions
Class ChartingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.xpn.xwiki.plugin.charts.exceptions.ChartingException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DataSourceException, GenerateException, ParamException

public class ChartingException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ChartingException()
           
ChartingException(java.lang.String message)
           
ChartingException(java.lang.String message, java.lang.Throwable cause)
           
ChartingException(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String getMessage()
           
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream s)
           
 void printStackTrace(java.io.PrintWriter s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChartingException

public ChartingException()

ChartingException

public ChartingException(java.lang.String message)

ChartingException

public ChartingException(java.lang.String message,
                         java.lang.Throwable cause)

ChartingException

public ChartingException(java.lang.Throwable cause)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintStream s)
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintWriter s)
Overrides:
printStackTrace in class java.lang.Throwable


Copyright 2003 Ludovic Dubost