forked from Coded/SIPRP
no message
git-svn-id: https://svn.coded.pt/svn/SIPRP@24 bb69d46d-e84e-40c8-a05a-06db0d633741lxbfYeaa
parent
143752dfdc
commit
4bfc89aa1c
@ -0,0 +1,22 @@
|
||||
/*
|
||||
* ValuesException.java
|
||||
*
|
||||
* Created on 5 de Abril de 2004, 20:22
|
||||
*/
|
||||
|
||||
package siprp.ficha;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author fpalma
|
||||
*/
|
||||
public class ValuesException extends RuntimeException
|
||||
{
|
||||
|
||||
/** Creates a new instance of ValuesException */
|
||||
public ValuesException( String msg )
|
||||
{
|
||||
super( msg );
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Reference in new issue