templates.diagram
Class MissingLayoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by templates.diagram.MissingLayoutException
All Implemented Interfaces:
java.io.Serializable

public class MissingLayoutException
extends java.lang.Exception

To be thrown when an Entity cannot retrieve the layout information for a TemplateComponent during instantiation.

Author:
Lenko Grigorov
See Also:
Serialized Form

Constructor Summary
MissingLayoutException()
          Calls super.
MissingLayoutException(java.lang.String arg0)
          Calls super with the given arguments.
MissingLayoutException(java.lang.String arg0, java.lang.Throwable arg1)
          Calls super with the given arguments.
MissingLayoutException(java.lang.Throwable arg0)
          Calls super with the given arguments.
 
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

MissingLayoutException

public MissingLayoutException()
Calls super.


MissingLayoutException

public MissingLayoutException(java.lang.String arg0)
Calls super with the given arguments.

Parameters:
arg0 -

MissingLayoutException

public MissingLayoutException(java.lang.Throwable arg0)
Calls super with the given arguments.

Parameters:
arg0 -

MissingLayoutException

public MissingLayoutException(java.lang.String arg0,
                              java.lang.Throwable arg1)
Calls super with the given arguments.

Parameters:
arg0 -
arg1 -