|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.pentaho.reporting.libraries.base.util.StackableException
org.pentaho.reporting.engine.classic.core.ReportProcessingException
org.pentaho.reporting.engine.classic.core.ReportParameterValidationException
public class ReportParameterValidationException
Todo: Document Me
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 |
---|
public ReportParameterValidationException(String message, ValidationResult validationResult)
message
- the exception message.validationResult
- Method Detail |
---|
public ValidationResult getValidationResult()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |