org.musicontroller.core
Class KeywordCycleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.musicontroller.core.KeywordCycleException
All Implemented Interfaces:
java.io.Serializable

public class KeywordCycleException
extends java.lang.Exception

This exception is thrown on an attempt to build cyclic keyword parent relationships.

Version:
$Id: KeywordCycleException.java,v 1.1 2010/03/16 18:55:42 varienaja Exp $
Author:
drexler
See Also:
Serialized Form

Constructor Summary
KeywordCycleException()
           
 
Method Summary
 
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

KeywordCycleException

public KeywordCycleException()


Copyright © 2010 A.J.V.. All Rights Reserved.