fw.exceptions
Class TomirException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by fw.exceptions.TomirException
All Implemented Interfaces:
java.io.Serializable

public class TomirException
extends java.lang.RuntimeException

Classe que gestiona les excepcions del Framework.

See Also:
Serialized Form

Constructor Summary
TomirException()
          Creates a new instance of TomirException without detail message.
TomirException(java.lang.String msg)
          Constructs an instance of TomirException with the specified detail message.
 
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

TomirException

public TomirException()
Creates a new instance of TomirException without detail message.


TomirException

public TomirException(java.lang.String msg)
Constructs an instance of TomirException with the specified detail message.

Parameters:
msg - the detail message.