it.eng.spago.base
Class SourceBeanException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byit.eng.spago.base.SourceBeanException
All Implemented Interfaces:
java.io.Serializable

public class SourceBeanException
extends java.lang.Exception

La classe SourceBeanException implementa un eccezione generica lanciata in conseguenza di errori nei servizi degli oggetti SourceBeanAttribute e SourceBean.

See Also:
SourceBeanAttribute, SourceBean, Serialized Form

Constructor Summary
SourceBeanException(java.lang.String message)
          Costruisce ed inizializza l'eccezione.
 
Method Summary
 java.lang.String getMessage()
          Ritorna il messaggio associato all'eccezione.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

SourceBeanException

public SourceBeanException(java.lang.String message)
Costruisce ed inizializza l'eccezione.

Method Detail

getMessage

public java.lang.String getMessage()
Ritorna il messaggio associato all'eccezione.