|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--se.sics.jasper.SPException
Represents a exception thrown by Jasper.
Field Summary | |
protected SPTerm |
term
|
Constructor Summary | |
SPException()
Creates an undescribed exception. |
|
SPException(SPTerm term)
Creates an exception containing a Prolog term. |
|
SPException(java.lang.String spec)
Creates an exception with the given specification. |
Method Summary | |
java.lang.String |
toString()
Returns a description of the exception. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
protected SPTerm term
Constructor Detail |
public SPException(java.lang.String spec)
spec
- Description of the error.public SPException(SPTerm term)
se.sics.jasper.SICStus#query
will be of
this type.public SPException()
Method Detail |
public java.lang.String toString()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |