zeus.actors.intrays
Class NotUnderstoodException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byzeus.actors.intrays.NotUnderstoodException
All Implemented Interfaces:
java.io.Serializable

public class NotUnderstoodException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
private  java.lang.String reason
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
NotUnderstoodException(java.lang.String reason)
           
 
Method Summary
 java.lang.String getReason()
           
 
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
 

Field Detail

reason

private java.lang.String reason
Constructor Detail

NotUnderstoodException

public NotUnderstoodException(java.lang.String reason)
Method Detail

getReason

public java.lang.String getReason()


Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.