org.pentaho.reporting.engine.classic.core
Class ReportParameterValidationException

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.ReportProcessingException
                  extended by org.pentaho.reporting.engine.classic.core.ReportParameterValidationException
All Implemented Interfaces:
Serializable

public class ReportParameterValidationException
extends ReportProcessingException

Todo: Document Me

Author:
Thomas Morgner
See Also:
Serialized Form

Constructor Summary
ReportParameterValidationException(String message, ValidationResult validationResult)
          Creates an exception.
 
Method Summary
 ValidationResult getValidationResult()
           
 
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

ReportParameterValidationException

public ReportParameterValidationException(String message,
                                          ValidationResult validationResult)
Creates an exception.

Parameters:
message - the exception message.
validationResult -
Method Detail

getValidationResult

public ValidationResult getValidationResult()