org.andromda.core.cartridge.template
Class TemplateException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.andromda.core.cartridge.template.TemplateException
All Implemented Interfaces:
Serializable

public class TemplateException
extends RuntimeException

Wraps any unexpected exception when using a Template instance.

See Also:
Template, Serialized Form

Constructor Summary
TemplateException(String message)
          Constructs an instance of TemplateException.
TemplateException(String message, Throwable parent)
          Constructs an instance of TemplateException.
TemplateException(Throwable parent)
          Constructs an instance of TemplateException.
 
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

TemplateException

public TemplateException(Throwable parent)
Constructs an instance of TemplateException.

Parameters:
parent -

TemplateException

public TemplateException(String message)
Constructs an instance of TemplateException.

Parameters:
message - the exception message

TemplateException

public TemplateException(String message,
                         Throwable parent)
Constructs an instance of TemplateException.

Parameters:
message - the exception message
parent - the parent exception


Copyright © 2003-2006 The AndroMDA Team. All Rights Reserved.