wpi.associations.arminer
Class SETException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bywpi.associations.arminer.SETException
All Implemented Interfaces:
java.io.Serializable

public class SETException
extends java.lang.Exception

SETException.java

Exception thrown by SET.

See Also:
Serialized Form

Field Summary
private  java.lang.String text
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
SETException(java.lang.String name)
          Constructor.
 
Method Summary
 java.lang.String toString()
          Converts the exception to a String object.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

text

private java.lang.String text
Constructor Detail

SETException

public SETException(java.lang.String name)
Constructor.

Parameters:
name - error message
Method Detail

toString

public java.lang.String toString()
Converts the exception to a String object.