xbn.template
Class TemplateFormatException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--xbn.template.TemplateFormatException
All Implemented Interfaces:
Serializable

public class TemplateFormatException
extends Exception

An exception indicating a formatting error was found in the source text for a Template. See Template.

Source code:  TemplateFormatException.java.

See Also:
Serialized Form

Constructor Summary
TemplateFormatException()
          Create an TemplateFormatException.
TemplateFormatException(String s_errMsg)
          Create an TemplateFormatException.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TemplateFormatException

public TemplateFormatException()

Create an TemplateFormatException. This constructor does nothing.


TemplateFormatException

public TemplateFormatException(String s_errMsg)

Create an TemplateFormatException.




Copyright 1997-2003, Jeff Epstein, All Rights Reserved. See top of source code files for copyright notice.

 

http://sourceforge.net/projects/xbnjava

 

SourceForge.net Logo