com.sri.emo.wizard.completion.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.completion.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, CompletionDetails missingDetail)
           
IncompleteDetailsException(String message, Throwable cause, CompletionDetails missingDetail)
           
IncompleteDetailsException(Throwable cause, CompletionDetails missingDetail)
           
 
Method Summary
 CompletionDetails 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,
                                  CompletionDetails missingDetail)

IncompleteDetailsException

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

IncompleteDetailsException

public IncompleteDetailsException(Throwable cause,
                                  CompletionDetails missingDetail)
Method Detail

getMissingDetail

public CompletionDetails 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.