jcreek.util
Class CreekException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjcreek.util.CreekException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
EntityTypeNotMatchedException, NameAlreadyExistException, NoSuchEntityException, NoSuchRelationException, NoSuchRelationTypeException, TaskTooComplexException

public class CreekException
extends java.lang.Exception

Title: CreekException

Description: Superclass for all exceptions in the jcreek packages.

Version:
1.0
Author:
Frode Sørmo
See Also:
Serialized Form

Constructor Summary
CreekException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

CreekException

public CreekException(java.lang.String message)


Created at IDI, NTNU by the Artificial Intelligence and Learning group