org.pajes.html
Class PajeParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.pajes.html.PajeParserException
- All Implemented Interfaces:
- java.io.Serializable
public class PajeParserException
- extends java.io.IOException
Thrown when an exception is detected parsing an HTML template.
- See Also:
- Serialized Form
|
Field Summary |
static java.lang.String |
DOUBLE_QUOTE
Constant containing the value "double". |
static java.lang.String |
SINGLE_QUOTE
Constant containing the value "single". |
|
Constructor Summary |
PajeParserException(java.lang.String quoteType,
int line,
int col,
java.lang.String tag)
Creates a new PajeParserException when an unmatched quote is detected
when parsing an HTML template. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DOUBLE_QUOTE
public static final java.lang.String DOUBLE_QUOTE
- Constant containing the value "double".
- See Also:
- Constant Field Values
SINGLE_QUOTE
public static final java.lang.String SINGLE_QUOTE
- Constant containing the value "single".
- See Also:
- Constant Field Values
PajeParserException
public PajeParserException(java.lang.String quoteType,
int line,
int col,
java.lang.String tag)
- Creates a new PajeParserException when an unmatched quote is detected
when parsing an HTML template.
- Parameters:
quoteType - either DOUBLE_QUOTE or SINGLE_QUOTE.line - the line number that the exception was detcted near.col - the column number that the exception was detcted near.tag - the tag in which the exception was detected.
Copyright © 1998-2007 Viridian Pty Limited. All Rights Reserved.