com.wutka.dtd
Class DTDParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.wutka.dtd.DTDParseException
- All Implemented Interfaces:
- Serializable
public class DTDParseException
- extends IOException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
uriID
public String uriID
lineNumber
public int lineNumber
column
public int column
DTDParseException
public DTDParseException()
DTDParseException
public DTDParseException(String message)
DTDParseException
public DTDParseException(String message,
int line,
int col)
DTDParseException
public DTDParseException(String id,
String message,
int line,
int col)
getId
public String getId()
getLineNumber
public int getLineNumber()
getColumn
public int getColumn()
Copyright (c) 2001 Mark Wutka.