org.itc.irst.tcc.sre
Class UnsupportedRelationTypeException

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

 class UnsupportedRelationTypeException
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

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

UnsupportedRelationTypeException

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


UnsupportedRelationTypeException

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

Parameters:
s - the detail message.