|
|||||||||||
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.xml.sax.SAXException
wt.util.xml.WTSAXException
wt.projmgmt.msproject.MsProjectXMLParseException
A specialization of WTSAXException
for exceptions
that occur while the MsProject XML file is being parsed.
Supported API: false
Extendable: false
SAXParseException
,
Serialized FormField Summary | |
private static String |
CLASSNAME
|
private int |
columnNumber
|
private int |
lineNumber
|
private String |
publicId
|
private static String |
RESOURCE
|
private static long |
serialVersionUID
|
private String |
systemId
|
Fields inherited from class wt.util.xml.WTSAXException |
|
Fields inherited from class org.xml.sax.SAXException |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary | |
MsProjectXMLParseException(Locator locator,
String rb,
String key,
Object[] params)
Constructs a MsProject exception with the specified locator and a localizable detailed message. |
|
MsProjectXMLParseException(Locator locator,
Throwable t,
String rb,
String key,
Object[] params)
Constructs a MsProject exception with the specified locator, an embedded Throwable object and a localizable detailed message Supported API: false |
|
MsProjectXMLParseException(SAXParseException parseException)
Constructs a MsProject XML parse exception from the specified SAXParseException . |
|
MsProjectXMLParseException(SAXParseException parseException,
String rb,
String key,
Object[] params)
Constructs a MsProject exception from the specified SAXParseException
with a localizable detailed message. |
Method Summary | |
int |
getColumnNumber()
The column number of the end of the text where the exception occurred. |
int |
getLineNumber()
The line number of the end of the text where the exception occurred. |
String |
getPublicId()
Get the public identifier of the entity where the exception occurred. |
String |
getSystemId()
Get the system identifier of the entity where the exception occurred. |
private void |
initialize(Locator locator)
|
private void |
initialize(SAXParseException parseException)
|
Methods inherited from class wt.util.xml.WTSAXException |
getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getMessage, getNestedThrowable, printStackTrace, printStackTrace, printStackTrace, toString, toString |
Methods inherited from class org.xml.sax.SAXException |
getException |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private int columnNumber
private int lineNumber
private String publicId
private String systemId
private static final long serialVersionUID
Constructor Detail |
public MsProjectXMLParseException(Locator locator, String rb, String key, Object[] params)
locator
- the locator that indicates what was being parsed when the error occuredrb
- the name of the base resource bundle subclass containing the localizable messagekey
- the key associated with the localizable messageparams
- an optional set of objects to be formatted into the localizable message textpublic MsProjectXMLParseException(Locator locator, Throwable t, String rb, String key, Object[] params)
locator
- the locator that indicates what was being parsed when the error occuredt
- the embedded Throwable. It may be null.rb
- the name of the base resource bundle subclass containing the localizable messagekey
- the key associated with the localizable messageparams
- an optional set of objects to be formatted into the localizable message textpublic MsProjectXMLParseException(SAXParseException parseException)
SAXParseException
.
The parse exception is not nested inside this exception.
Supported API: false
parseException
- the parse exception to use as a basis for this new exceptionpublic MsProjectXMLParseException(SAXParseException parseException, String rb, String key, Object[] params)
SAXParseException
with a localizable detailed message.
The parse exception is not nested inside this exception.
Supported API: false
parseException
- the parse exception to use as a basis for this new exceptionrb
- the name of the base resource bundle subclass containing the localizable messagekey
- the key associated with the localizable messageparams
- an optional set of objects to be formatted into the localizable message textMethod Detail |
public int getColumnNumber()
The first column in a line is position 1.
Supported API: false
public int getLineNumber()
public String getPublicId()
public String getSystemId()
If the system identifier is a URL, it will be resolved fully
Supported API: false
private void initialize(Locator locator)
private void initialize(SAXParseException parseException)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |