TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.drivers.internal
Class ConfSemanticException

java.lang.Object
  extended by java.lang.Throwable
      extended by org.eclipse.tptp.platform.report.drivers.internal.ConfSemanticException
All Implemented Interfaces:
java.io.Serializable

Deprecated. As of TPTP 4.5.0, use the TPTP Business Intelligence and Reporting Tools (BIRT) reporting infrastructure (org.eclipse.tptp.platform.report.birt).

public class ConfSemanticException
extends java.lang.Throwable

This class defines the exception type that is used when a semantic error is detected during the configuration parsing.

See Also:
Serialized Form

Constructor Summary
ConfSemanticException(java.lang.String m)
          Deprecated.  
 
Method Summary
 java.lang.String getMsg()
          Deprecated.  
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfSemanticException

public ConfSemanticException(java.lang.String m)
Deprecated. 
Method Detail

getMsg

public java.lang.String getMsg()
Deprecated. 

TPTP 4.5.0 Platform Project
Internal API Specification