|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--org.xml.sax.SAXException | +--org.xml.sax.SAXParseException | +--com.jxml.quick.QPE
Constructor Summary | |
QPE(Exception exception,
QContext context)
|
|
QPE(SAXParseException e,
QContext context)
|
|
QPE(String message,
QContext context)
|
|
QPE(String message,
String publicId,
String systemId,
int lineNumber,
int columnNumber)
|
Method Summary | |
void |
display()
Display QPE Exception |
static void |
display(Exception e)
Display Exception |
static void |
display(SAXParseException e)
Display Exception |
Methods inherited from class org.xml.sax.SAXParseException |
getColumnNumber, getLineNumber, getPublicId, getSystemId |
Methods inherited from class org.xml.sax.SAXException |
getException, getMessage, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public QPE(String message, QContext context)
public QPE(String message, String publicId, String systemId, int lineNumber, int columnNumber)
public QPE(SAXParseException e, QContext context)
public QPE(Exception exception, QContext context)
Method Detail |
public void display()
public static void display(SAXParseException e)
public static void display(Exception e)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |