|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| 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.eclipse.hyades.probekit.ProbekitException
org.eclipse.hyades.probekit.ProbekitCompileProblemException
public class ProbekitCompileProblemException
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.
| 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 |
|---|
public ProbekitCompileProblemException(java.lang.String message)
message -
|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||