org.outerj.xreporter.report
Class IncompatibleDataSourceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.outerj.xreporter.report.IncompatibleDataSourceException
All Implemented Interfaces:
LocalizedException, java.io.Serializable

public class IncompatibleDataSourceException
extends java.lang.Exception
implements LocalizedException

See Also:
Serialized Form

Field Summary
protected  java.lang.String dataSourceId
           
protected  java.lang.String reportDefinitionId
           
 
Constructor Summary
IncompatibleDataSourceException(java.lang.String reportDefinitionId, java.lang.String dataSourceId)
           
 
Method Summary
 java.lang.String getLocalizedMessage(ResourceHandle resourceHandle)
           
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

reportDefinitionId

protected java.lang.String reportDefinitionId

dataSourceId

protected java.lang.String dataSourceId
Constructor Detail

IncompatibleDataSourceException

public IncompatibleDataSourceException(java.lang.String reportDefinitionId,
                                       java.lang.String dataSourceId)
Method Detail

getMessage

public java.lang.String getMessage()

getLocalizedMessage

public java.lang.String getLocalizedMessage(ResourceHandle resourceHandle)
Specified by:
getLocalizedMessage in interface LocalizedException