|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
templates.diagram.MissingLayoutException
public class MissingLayoutException
To be thrown when an Entity cannot retrieve the layout information
for a TemplateComponent during instantiation.
| 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 |
|---|
public MissingLayoutException()
super.
public MissingLayoutException(java.lang.String arg0)
super with the given arguments.
arg0 - public MissingLayoutException(java.lang.Throwable arg0)
super with the given arguments.
arg0 -
public MissingLayoutException(java.lang.String arg0,
java.lang.Throwable arg1)
super with the given arguments.
arg0 - arg1 -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||