| 
||||||
| 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.hava.engine.HException
public class HException
Exception generated by the Hava engine, showing the line and column of the source where the failure occurred.
| Field Summary | |
|---|---|
static java.lang.String | 
TYPE_MESSAGE
The catch-all error message "Type mismatch"  | 
| Constructor Summary | |
|---|---|
HException()
 | 
|
HException(java.lang.String message)
 | 
|
| Method Summary | |
|---|---|
 int | 
getColumn()
Number of column where error occurred.  | 
 java.lang.String | 
getFile()
Name of import file where error occurred.  | 
 int | 
getLine()
Number of line where error occurred.  | 
| 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 | 
| Field Detail | 
|---|
public static final java.lang.String TYPE_MESSAGE
| Constructor Detail | 
|---|
public HException()
public HException(java.lang.String message)
| Method Detail | 
|---|
public int getColumn()
public java.lang.String getFile()
public int getLine()
  | 
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||