com.facetmap
Class DataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.facetmap.DataException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
UnknownReferenceException

public class DataException
extends java.lang.Exception

Indicates a problem with data provided to the Facetmap engine. The engine cannot perform the operation with the data provided, or the data is in an invalid state, or some such. This exception is similar to java.lang.IllegalArgumentException .

See Also:
Serialized Form

Constructor Summary
DataException()
           
DataException(java.lang.String msg)
           
DataException(java.lang.String msg, java.lang.Throwable exc)
           
DataException(java.lang.Throwable exc)
           
 
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

DataException

public DataException()

DataException

public DataException(java.lang.String msg)

DataException

public DataException(java.lang.String msg,
                     java.lang.Throwable exc)

DataException

public DataException(java.lang.Throwable exc)