com.taserv.SMS
Class SMBadMatrix

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.taserv.SMS.SMBadMatrix
All Implemented Interfaces:
java.io.Serializable

public class SMBadMatrix
extends java.lang.Exception

Thrown if state machine matrix format is incorrect

See Also:
Serialized Form

Nested Class Summary
static class SMBadMatrix.Reason
          Identifies the bad martix element
 
Field Summary
 java.lang.Object badObject
          The bad object
 SMBadMatrix.Reason reason
          The bad matrix element indicator
 
Constructor Summary
SMBadMatrix(SMBadMatrix.Reason reason, java.lang.Object badObject)
           
 
Method Summary
 java.lang.String toString()
           
 
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

reason

public SMBadMatrix.Reason reason
The bad matrix element indicator


badObject

public java.lang.Object badObject
The bad object

Constructor Detail

SMBadMatrix

public SMBadMatrix(SMBadMatrix.Reason reason,
                   java.lang.Object badObject)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable


Copyright © 2004 TAServ. All Rights Reserved.