org.pentaho.reporting.engine.classic.core.modules.parser.extwriter
Class ReportWriterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.pentaho.reporting.libraries.base.util.StackableException
              extended by org.pentaho.reporting.engine.classic.core.modules.parser.extwriter.ReportWriterException
All Implemented Interfaces:
Serializable

public class ReportWriterException
extends org.pentaho.reporting.libraries.base.util.StackableException

An exception that can be generated by the ReportWriter class.

Author:
Thomas Morgner.
See Also:
Serialized Form

Constructor Summary
ReportWriterException()
          Creates an exception with no message and no parent.
ReportWriterException(String message)
          Creates an exception.
ReportWriterException(String message, Exception ex)
          Creates an exception.
 
Method Summary
 
Methods inherited from class org.pentaho.reporting.libraries.base.util.StackableException
getMessage, getParent, getParentThrowable, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReportWriterException

public ReportWriterException()
Creates an exception with no message and no parent.


ReportWriterException

public ReportWriterException(String message,
                             Exception ex)
Creates an exception.

Parameters:
message - the exception message.
ex - the parent exception.

ReportWriterException

public ReportWriterException(String message)
Creates an exception.

Parameters:
message - the exception message.