forked from Coded/SIPRP
no message
git-svn-id: https://svn.coded.pt/svn/SIPRP@24 bb69d46d-e84e-40c8-a05a-06db0d6337410'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
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