org.tridas.io.exceptions
Class IncompleteTridasDataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by 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

Constructor Summary
IncompleteTridasDataException()
          Basic non-descriptive missing data exception
IncompleteTridasDataException(String s)
          Constructor for an incomplete data exception with descriptive message
 
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

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.