vishnu.model
Class DettachedSignatureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by vishnu.model.DettachedSignatureException
All Implemented Interfaces:
java.io.Serializable

public class DettachedSignatureException
extends java.lang.RuntimeException

Esta excepcion modela la situacion en que se intenta acceder a un nombre de tabla de una signatura antes de que esta sea conectada a una tabla.

Author:
Hernan Rancati
See Also:
Serialized Form
 

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

DettachedSignatureException

public DettachedSignatureException()