TPTP 4.6.0 Platform Project
Public API Specification

org.eclipse.hyades.probekit
Class ProbekitCompileProblemException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.hyades.probekit.ProbekitException
              extended by org.eclipse.hyades.probekit.ProbekitCompileProblemException
All Implemented Interfaces:
java.io.Serializable

public class ProbekitCompileProblemException
extends ProbekitException

Subclass of ProbekitException, thrown when you try to compile a probe set that has errors. When this exception comes out of the Compiler, it means the error has already been reported as a marker on the resource you tried to add or compile, and no further reporting is necessary. Other Probekit exceptions represent something worse, like internal errors in the Probekit logic itself.

See Also:
Serialized Form

Constructor Summary
ProbekitCompileProblemException(java.lang.String message)
           
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProbekitCompileProblemException

public ProbekitCompileProblemException(java.lang.String message)
Parameters:
message -

TPTP 4.6.0 Platform Project
Public API Specification