Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.objectstyle.cayenne.map
Class DataMapException  view DataMapException download DataMapException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectstyle.cayenne.CayenneException
              extended byorg.objectstyle.cayenne.map.DataMapException
All Implemented Interfaces:
java.io.Serializable

public class DataMapException
extends org.objectstyle.cayenne.CayenneException

A DataMapException is thrown to indicate problemes with DataMap loading.


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class org.objectstyle.cayenne.CayenneException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
DataMapException()
           
DataMapException(java.lang.String msg)
           
DataMapException(java.lang.String message, java.lang.Throwable cause)
           
DataMapException(java.lang.Throwable cause)
           
 
Methods inherited from class org.objectstyle.cayenne.CayenneException
getCause, getExceptionLabel, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, 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

DataMapException

public DataMapException()

DataMapException

public DataMapException(java.lang.String message,
                        java.lang.Throwable cause)

DataMapException

public DataMapException(java.lang.Throwable cause)

DataMapException

public DataMapException(java.lang.String msg)