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, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, 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()
Copyright (c) 2001 Mark Wutka.