com.sri.emo.wizard.creation.persistence
Class IncompleteDetailsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
IncompleteDetailsException
public IncompleteDetailsException(String message,
CreationDetails missingDetail)
IncompleteDetailsException
public IncompleteDetailsException(String message,
Throwable cause,
CreationDetails missingDetail)
IncompleteDetailsException
public IncompleteDetailsException(Throwable cause,
CreationDetails missingDetail)
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.