FlowJ
Class FlowJException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by FlowJ.FlowJException
All Implemented Interfaces:
java.io.Serializable

public class FlowJException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
 int info
           
 
Constructor Summary
FlowJException()
           
FlowJException(int info)
           
FlowJException(java.lang.String problem)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

info

public int info
Constructor Detail

FlowJException

public FlowJException(int info)

FlowJException

public FlowJException(java.lang.String problem)

FlowJException

public FlowJException()
Method Detail

toString

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