|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.softwareag.centrasite.appl.framework.CSAppFrameworkException
com.softwareag.centrasite.appl.framework.parser.CSAppFrameworkParserException
public class CSAppFrameworkParserException
The generator classes will throw instances of this class.
Constructor Summary | |
---|---|
CSAppFrameworkParserException(org.xml.sax.Locator pLocator,
java.lang.String pMessage)
Creates a new instance with the given detail message and no cause. |
|
CSAppFrameworkParserException(org.xml.sax.Locator pLocator,
java.lang.String pMessage,
java.lang.Throwable pCause)
Creates a new instance with the given detail message and cause. |
|
CSAppFrameworkParserException(org.xml.sax.Locator pLocator,
java.lang.Throwable pCause)
Creates a new instance with the given cause. |
Method Summary | |
---|---|
static java.lang.String |
asLocation(org.xml.sax.Locator pLocator)
Returns a human readable description of the given location. |
static org.xml.sax.Locator |
asLocator(org.xml.sax.SAXException e)
Converts the given instance of SAXException into an instance
of Locator . |
int |
getColumnNumber()
|
java.lang.String |
getEncoding()
|
int |
getLineNumber()
|
org.xml.sax.Locator |
getLocator()
Returns the exceptions locator. |
java.lang.String |
getMessage()
|
java.lang.String |
getPublicId()
|
java.lang.String |
getSystemId()
|
java.lang.String |
getXMLVersion()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CSAppFrameworkParserException(org.xml.sax.Locator pLocator, java.lang.String pMessage, java.lang.Throwable pCause)
pMessage
- The detail message.pCause
- The exceptions cause.public CSAppFrameworkParserException(org.xml.sax.Locator pLocator, java.lang.String pMessage)
pMessage
- The detail message.public CSAppFrameworkParserException(org.xml.sax.Locator pLocator, java.lang.Throwable pCause)
Throwable.getMessage()
on the
cause.
Method Detail |
---|
public org.xml.sax.Locator getLocator()
public java.lang.String getEncoding()
getEncoding
in interface org.xml.sax.ext.Locator2
public java.lang.String getXMLVersion()
getXMLVersion
in interface org.xml.sax.ext.Locator2
public int getColumnNumber()
getColumnNumber
in interface org.xml.sax.Locator
public int getLineNumber()
getLineNumber
in interface org.xml.sax.Locator
public java.lang.String getPublicId()
getPublicId
in interface org.xml.sax.Locator
public java.lang.String getSystemId()
getSystemId
in interface org.xml.sax.Locator
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public static org.xml.sax.Locator asLocator(org.xml.sax.SAXException e)
SAXException
into an instance
of Locator
.
public static java.lang.String asLocation(org.xml.sax.Locator pLocator)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |