org.andromda.core.common
Class TemplateObjectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.andromda.core.common.TemplateObjectException
All Implemented Interfaces:
java.io.Serializable

public class TemplateObjectException
extends java.lang.RuntimeException

Wraps any exception that occurs when configuring/processing a template object

See Also:
TemplateObject, Serialized Form

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

TemplateObjectException

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

Parameters:
parent -

TemplateObjectException

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

Parameters:
message -

TemplateObjectException

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

Parameters:
message -
parent -


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