|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.ClassNotFoundException
org.itc.irst.tcc.sre.kernel.expl.MappingNotFoundException
public class MappingNotFoundException
Thrown to indicate that the instance mapping cannot be loaded and instantiated.
Constructor Summary | |
---|---|
MappingNotFoundException()
Constructs a MappingNotFoundException
with no detail message. |
|
MappingNotFoundException(java.lang.String s)
Constructs a MappingNotFoundException
with the specified detail message. |
Method Summary |
---|
Methods inherited from class java.lang.ClassNotFoundException |
---|
getCause, getException |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, 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 MappingNotFoundException()
MappingNotFoundException
with no detail message.
public MappingNotFoundException(java.lang.String s)
MappingNotFoundException
with the specified detail message.
s
- the detail message.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |