org.itc.irst.tcc.sre.kernel.expl
Class MappingNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.ClassNotFoundException
              extended by org.itc.irst.tcc.sre.kernel.expl.MappingNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class MappingNotFoundException
extends java.lang.ClassNotFoundException

Thrown to indicate that the instance mapping cannot be loaded and instantiated.

Since:
1.0
Version:
1.0
Author:
Claudio Giuliano
See Also:
Serialized Form

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

MappingNotFoundException

public MappingNotFoundException()
Constructs a MappingNotFoundException with no detail message.


MappingNotFoundException

public MappingNotFoundException(java.lang.String s)
Constructs a MappingNotFoundException with the specified detail message.

Parameters:
s - the detail message.