com.facetmap
Class DataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| 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 |
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)