toxTree.exceptions
Class DecisionMethodIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by toxTree.exceptions.DecisionMethodException
              extended by toxTree.exceptions.DecisionMethodIOException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DesisionMethodUIDException

public class DecisionMethodIOException
extends DecisionMethodException

TODO add description

Author:
Vedina Modified 2005-8-5
See Also:
Serialized Form

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

DecisionMethodIOException

public DecisionMethodIOException()

DecisionMethodIOException

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

DecisionMethodIOException

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

DecisionMethodIOException

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


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