toxTree.exceptions
Class DecisionResultIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by toxTree.exceptions.DecisionResultException
              extended by toxTree.exceptions.DecisionResultIOException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DecisionResultUIDException

public class DecisionResultIOException
extends DecisionResultException

Author:
Nina Jeliazkova
Modified 2005-8-5
See Also:
Serialized Form

Constructor Summary
DecisionResultIOException()
           
DecisionResultIOException(java.lang.String message)
           
DecisionResultIOException(java.lang.String message, java.lang.Throwable cause)
           
DecisionResultIOException(java.lang.Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

DecisionResultIOException

public DecisionResultIOException()

DecisionResultIOException

public DecisionResultIOException(java.lang.String message)
Parameters:
message -

DecisionResultIOException

public DecisionResultIOException(java.lang.Throwable cause)
Parameters:
cause -

DecisionResultIOException

public DecisionResultIOException(java.lang.String message,
                                 java.lang.Throwable cause)
Parameters:
message -
cause -


Copyright © 2004-2012 Ideaconsult Ltd.. All Rights Reserved.