to.etc.template
Class TplException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by to.etc.template.TplException
All Implemented Interfaces:
java.io.Serializable

Deprecated.

@Deprecated
public class TplException
extends java.lang.Exception

VERY OLD - DO NOT USE Thrown when the small template mechanism encounters an error.

Author:
Frits Jalvingh
See Also:
Serialized Form

Constructor Summary
TplException()
          Deprecated. Constructor
TplException(java.lang.String s)
          Deprecated.  
 
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

TplException

public TplException()
Deprecated. 
Constructor


TplException

public TplException(java.lang.String s)
Deprecated.