Classe SimtestdatException

(Actualitzat 30/04/2020, 17:22:56)

Extends: extends java.lang.Exception

Implements:

Package: eresframe.beans

Informació general

SimtestdatException.java

Created on 15 de diciembre de 2006, 10:35

Excepción para lectura de un archivo SimtestDat. Creoi que obsoleta.

Revisado 30/04/2020 17:22:18
   SimtestdatException
   SimtestdatException
        
eresframe.beans.SimtestdatException
Creates a new instance of SimtestdatException without detail message.

@return 
@throws 
public SimtestdatException() {}  
eresframe.beans.SimtestdatException
Constructs an instance of SimtestdatException with the specified detail message.
@param String
@return 
@throws 
public SimtestdatException(String msg) {}