|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.virtualweaver.xotics.dialect.xape.engine.XapException
This is the class to use to throw XAPE exceptions.
Constructor Summary | |
XapException(java.lang.String loc,
java.lang.String msg)
Constructor, makes a message composed with a code location and a contextual message. |
Method Summary | |
java.lang.String |
getLocation()
Getter for exception location |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public XapException(java.lang.String loc, java.lang.String msg)
loc
- a string to identify a code location, source of the exceptionmsg
- a string containing a contextual messageMethod Detail |
public java.lang.String toString()
public java.lang.String getLocation()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |