proyecto
Class Excepciones

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by proyecto.Excepciones
All Implemented Interfaces:
Serializable

public class Excepciones
extends RuntimeException

See Also:
Serialized Form

Field Summary
 boolean ok
           
 
Constructor Summary
Excepciones()
           
Excepciones(String msg)
           
 
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
 

Field Detail

ok

public boolean ok
Constructor Detail

Excepciones

public Excepciones()

Excepciones

public Excepciones(String msg)