toxTree.exceptions
Class DMethodNotAssigned

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by toxTree.exceptions.DecisionResultException
              extended by toxTree.exceptions.DMethodNotAssigned
All Implemented Interfaces:
java.io.Serializable

public class DMethodNotAssigned
extends DecisionResultException

TODO Add MethodNotAssigned description

Version:
0.1, 2005-5-1
Author:
Nina Jeliazkova
See Also:
Serialized Form

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

DMethodNotAssigned

public DMethodNotAssigned()
Constructor


DMethodNotAssigned

public DMethodNotAssigned(java.lang.String message)
Constructor

Parameters:
message -

DMethodNotAssigned

public DMethodNotAssigned(java.lang.Throwable cause)
Constructor

Parameters:
cause -

DMethodNotAssigned

public DMethodNotAssigned(java.lang.String message,
                          java.lang.Throwable cause)
Constructor

Parameters:
message -
cause -


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