|
|||||||||
| 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
|
+--java.io.IOException
|
+--com.wutka.dtd.DTDParseException
| Field Summary | |
int |
column
|
int |
lineNumber
|
String |
uriID
|
| Constructor Summary | |
DTDParseException()
|
|
DTDParseException(String message)
|
|
DTDParseException(String message,
int line,
int col)
|
|
DTDParseException(String id,
String message,
int line,
int col)
|
|
| Method Summary | |
int |
getColumn()
|
String |
getId()
|
int |
getLineNumber()
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public String uriID
public int lineNumber
public int column
| Constructor Detail |
public DTDParseException()
public DTDParseException(String message)
public DTDParseException(String message,
int line,
int col)
public DTDParseException(String id,
String message,
int line,
int col)
| Method Detail |
public String getId()
public int getLineNumber()
public int getColumn()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||