laur.dm.ar
Class SETException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--laur.dm.ar.SETException
All Implemented Interfaces:
java.io.Serializable

public class SETException
extends java.lang.Exception

Exception thrown by SET.

See Also:
Serialized Form

Constructor Summary
SETException(java.lang.String msg)
          Creates a new SETException with description string msg.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SETException

public SETException(java.lang.String msg)
Creates a new SETException with description string msg.
Parameters:
msg - the error message associated with the exception