org.itc.irst.tcc.sre.kernel
Class KernelNotFoundException

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.KernelNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class KernelNotFoundException
extends java.lang.ClassNotFoundException

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

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

Constructor Summary
KernelNotFoundException()
          Constructs a KernelNotFoundException with no detail message.
KernelNotFoundException(java.lang.String s)
          Constructs a KernelNotFoundException 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

KernelNotFoundException

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


KernelNotFoundException

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

Parameters:
s - the detail message.