net.sourceforge.templat.exception
Class TemplateLexingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sourceforge.templat.exception.TemplateLexingException
All Implemented Interfaces:
Serializable

public class TemplateLexingException
extends Exception

Represents an exception during lexing.

Author:
Chris Mosher
See Also:
Serialized Form

Constructor Summary
TemplateLexingException()
           
TemplateLexingException(String message)
           
TemplateLexingException(String message, Throwable cause)
           
TemplateLexingException(Throwable cause)
           
 
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
 

Constructor Detail

TemplateLexingException

public TemplateLexingException()

TemplateLexingException

public TemplateLexingException(String message,
                               Throwable cause)
Parameters:
message -
cause -

TemplateLexingException

public TemplateLexingException(String message)
Parameters:
message -

TemplateLexingException

public TemplateLexingException(Throwable cause)
Parameters:
cause -