org.tridas.io.exceptions
Class IncompleteTridasDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.tridas.io.exceptions.IncompleteTridasDataException
- All Implemented Interfaces:
- Serializable
public class IncompleteTridasDataException
- extends IOException
This exception is thrown when a Tridas entity is not complete. This
typically happens when an entity with no child entities is passed e.g.
a TridasObject with no TridasElements.
- Author:
- peterbrewer
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IncompleteTridasDataException
public IncompleteTridasDataException()
- Basic non-descriptive missing data exception
IncompleteTridasDataException
public IncompleteTridasDataException(String s)
- Constructor for an incomplete data exception with
descriptive message
- Parameters:
s
-
Copyright © 2011. All Rights Reserved.