com.sri.emo.wizard.creation.persistence
Class IncompleteDetailsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sri.emo.wizard.creation.persistence.IncompleteDetailsException
All Implemented Interfaces:
Serializable

public class IncompleteDetailsException
extends RuntimeException

Exception that is thrown when some completion details are missing.

Version:
1.0
Author:
Michael Rimov
See Also:
Serialized Form

Constructor Summary
IncompleteDetailsException(String message, CreationDetails missingDetail)
           
IncompleteDetailsException(String message, Throwable cause, CreationDetails missingDetail)
           
IncompleteDetailsException(Throwable cause, CreationDetails missingDetail)
           
 
Method Summary
 CreationDetails getMissingDetail()
           
 String toString()
          Returns a string representation of the object.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IncompleteDetailsException

public IncompleteDetailsException(String message,
                                  CreationDetails missingDetail)

IncompleteDetailsException

public IncompleteDetailsException(String message,
                                  Throwable cause,
                                  CreationDetails missingDetail)

IncompleteDetailsException

public IncompleteDetailsException(Throwable cause,
                                  CreationDetails missingDetail)
Method Detail

getMissingDetail

public CreationDetails getMissingDetail()

toString

public String toString()
Returns a string representation of the object.

Overrides:
toString in class Throwable
Returns:
a string representation of the object.


Copyright © 2004-2006 Codeguild, Inc.. All Rights Reserved.