jmce - 1_02

jmce.sim
Class SIMSWException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jmce.sim.SIMException
              extended by jmce.sim.SIMSWException
All Implemented Interfaces:
java.io.Serializable

public class SIMSWException
extends SIMException

Software error exception.

Throwed when an internal error is detected.

Since:
1.02
Version:
1.00
Author:
Mario Viara
See Also:
Serialized Form

Constructor Summary
SIMSWException()
          Default constructor.
SIMSWException(java.lang.String message)
          Costructor with specific 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

SIMSWException

public SIMSWException(java.lang.String message)
Costructor with specific message.


SIMSWException

public SIMSWException()
Default constructor.


jmce - 1_02