|
|||||||||
| 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.ceryle.util.ProcessException
org.ceryle.xml.XMLParseException
public class XMLParseException
A class that extends ProcessException for errors that occur during XML parsing, i.e., the actual processing of syntax (not e.g., DOM elements).
ProcessException,
Serialized Form| Field Summary |
|---|
| Fields inherited from class org.ceryle.util.ProcessException |
|---|
exception, isMessageId, line, messageId, param1, param2, param3 |
| Constructor Summary | |
|---|---|
XMLParseException(Exception exception)
Constructor for XMLParseException tunnelling the original Exception. |
|
XMLParseException(int line,
String messageId)
Constructor for XMLParseException including location information. |
|
XMLParseException(int line,
String messageId,
String param1)
Constructor for XMLParseException with a message ID and one parameter, including location information. |
|
XMLParseException(int line,
String messageId,
String param1,
String param2)
Constructor for XMLParseException with a message ID and two parameters, including location information. |
|
XMLParseException(String messageId)
Constructor for XMLParseException. |
|
XMLParseException(String messageId,
Exception exception)
Constructor for XMLParseException provided a message identifier, tunnelling the original Exception. |
|
XMLParseException(String messageId,
String param1)
Constructor for XMLParseException with a message ID and one parameter. |
|
XMLParseException(String messageId,
String param1,
String param2)
Constructor for XMLParseException with a message ID and two parameters. |
|
XMLParseException(String messageId,
String param1,
String param2,
String param3)
Constructor for XMLParseException with a message ID and three parameters. |
|
| Method Summary |
|---|
| Methods inherited from class org.ceryle.util.ProcessException |
|---|
getException, getLine, getMessage, getMessageId |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public XMLParseException(String messageId)
messageId - The unique message identifier.MsgIdpublic XMLParseException(Exception exception)
exception - The original Exception.
public XMLParseException(String messageId,
Exception exception)
messageId - The unique message identifier.exception - The original Exception.MsgId
public XMLParseException(String messageId,
String param1)
messageId - The unique message identifier.param1 - A parameter string to be inserted at %1.MsgId
public XMLParseException(String messageId,
String param1,
String param2)
messageId - The unique message identifier.param1 - A parameter string to be inserted at %1.param2 - A parameter string to be inserted at %2.MsgId
public XMLParseException(String messageId,
String param1,
String param2,
String param3)
messageId - The unique message identifier.param1 - A parameter string to be inserted at %1.param2 - A parameter string to be inserted at %2.param3 - A parameter string to be inserted at %3.MsgId
public XMLParseException(int line,
String messageId)
line - The line on which the error seems to have occurred.messageId - The unique message identifier.MsgId
public XMLParseException(int line,
String messageId,
String param1)
line - The line on which the error seems to have occurred.messageId - The unique message identifier.param1 - A parameter string to be inserted at %1.MsgId
public XMLParseException(int line,
String messageId,
String param1,
String param2)
line - The line on which the error seems to have occurred.messageId - The unique message identifier.param1 - A parameter string to be inserted at %1.param2 - A parameter string to be inserted at %2.MsgId
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||