com.wutka.dtd
Class DTDParseException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--com.wutka.dtd.DTDParseException
- All Implemented Interfaces:
- java.io.Serializable
- public class DTDParseException
- extends java.io.IOException
- See Also:
- Serialized Form
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 |
uriID
public java.lang.String uriID
lineNumber
public int lineNumber
column
public int column
DTDParseException
public DTDParseException()
DTDParseException
public DTDParseException(java.lang.String message)
DTDParseException
public DTDParseException(java.lang.String message,
int line,
int col)
DTDParseException
public DTDParseException(java.lang.String id,
java.lang.String message,
int line,
int col)
getId
public java.lang.String getId()
getLineNumber
public int getLineNumber()
getColumn
public int getColumn()