org.ocltf.templateobject
Class TemplateObjectException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.ocltf.templateobject.TemplateObjectException
All Implemented Interfaces:
java.io.Serializable

public class TemplateObjectException
extends java.lang.RuntimeException

Any unchecked exception that will be thrown when an error occurs when configuring a template object.

See Also:
Serialized Form

Constructor Summary
TemplateObjectException(java.lang.String msg)
          Constructs an instance of TemplateObjectException.
TemplateObjectException(java.lang.String msg, java.lang.Throwable th)
          Constructs an instance of TemplateObjectException.
TemplateObjectException(java.lang.Throwable th)
          Constructs an instance of TemplateObjectException.
 
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

TemplateObjectException

public TemplateObjectException(java.lang.Throwable th)
Constructs an instance of TemplateObjectException.

Parameters:
th -

TemplateObjectException

public TemplateObjectException(java.lang.String msg)
Constructs an instance of TemplateObjectException.

Parameters:
msg -

TemplateObjectException

public TemplateObjectException(java.lang.String msg,
                               java.lang.Throwable th)
Constructs an instance of TemplateObjectException.

Parameters:
msg -
th -


Copyright © 2003-2004 Chad Brandon. All Rights Reserved.