Daisy Open Source CMS

org.outerj.daisy.repository
Class FieldNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.outerj.daisy.repository.FieldNotFoundException
All Implemented Interfaces:
Serializable

public class FieldNotFoundException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
FieldNotFoundException(long fieldTypeId)
           
FieldNotFoundException(String fieldTypeName)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FieldNotFoundException

public FieldNotFoundException(long fieldTypeId)

FieldNotFoundException

public FieldNotFoundException(String fieldTypeName)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

Daisy Open Source CMS