org.andromda.core.cartridge.template
Class TemplateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.andromda.core.cartridge.template.TemplateException
All Implemented Interfaces:
java.io.Serializable

public class TemplateException
extends java.lang.RuntimeException

Wraps any unexpected exception when using a Template instance.

See Also:
Template, Serialized Form

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

TemplateException

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

Parameters:
parent -

TemplateException

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

Parameters:
message - the exception message

TemplateException

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

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


Copyright © 2003-2008 AndroMDA.org. All Rights Reserved.