proyecto.editor
Class Excepciones

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

public class Excepciones
extends RuntimeException

Excepciones.

Clase que obtiene las excepciones de tipo JavaRuntime , para lanzarlas en respuesta a una situación poco usual e nuestra aplicación.

See Also:
Serialized Form

Constructor Summary
Excepciones()
          Constructor excepciones.
Excepciones(String msg)
          Constructor excepciones.
 
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

Excepciones

public Excepciones()
Constructor excepciones. Creado : Parras, 27-oct-2009


Excepciones

public Excepciones(String msg)
Constructor excepciones. Creado : Parras, 27-oct-2009

Parameters:
msg - the msg