org.orange.kicsa
Class SkillNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.orange.kicsa.SkillNotFoundException

public class SkillNotFoundException
extends Exception

Préconisation non trouvée.

Author:
Jérôme Beau pour Orange (c) 2002
Version: 0.1

Constructor Summary
SkillNotFoundException(SkillKey someKey)
           

Method Summary
 SkillKeygetKey()
           
 StringtoString()
           

Methods inherited from class java.lang.Throwable
getMessage, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, fillInStackTrace

Methods inherited from class java.lang.Object
getClass, hashCode, equals, notify, notifyAll, wait, wait, wait

Constructor Detail

SkillNotFoundException

public SkillNotFoundException(SkillKey someKey)
Method Detail

getKey

public SkillKey getKey()

toString

public String toString()

Association Links

to Class org.orange.kicsa.business.skill.SkillKey

Dependency Links

to Class java.lang.Exception

to Class org.orange.kicsa.business.skill.SkillKey

to Class java.lang.String

to Class Diagram org.orange.kicsa.business.skill

to Class Diagram org.orange.kicsa.business

to Class Diagram org.orange.kicsa

to Class Diagram org.orange

to Class Diagram org

to Class Diagram <default>