Archived Website:
This website is a static snapshot for archival purposes only.
It is no longer maintained or updated.
exceptions
Class RoleNotFoundException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--exceptions.RoleNotFoundException
- public class RoleNotFoundException
- extends java.lang.Exception
RoleNotFoundException wird aufgerufen, wenn beim Anlegen eine konkreten Rolle keine passende Rolle aus der T-Box gefunden werden konnte.
- Version:
- 1.0 [6.11.99]
- Author:
- Volkher Kaschlun
- See Also:
- Serialized Form
| Fields inherited from class java.lang.Throwable |
backtrace,
detailMessage,
serialVersionUID |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
printStackTrace0,
toString |
| Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
wait,
wait,
wait |
RoleNotFoundException
public RoleNotFoundException(Role theRole,
Instance theInstance)
RoleNotFoundException
public RoleNotFoundException(Role theRole,
Instance from,
Instance to)