PAJES 3.0.21

org.pajes.html
Class PajeParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by 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.
 
Method Summary
 
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
 

Field Detail

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
Constructor Detail

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.

PAJES 3.0.21

Copyright © 1998-2007 Viridian Pty Limited. All Rights Reserved.