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

Quick Search    Search Deep

org.jdbf.engine.mapping
Class MappingException  view MappingException download MappingException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jdbf.engine.JDBFException
              extended byorg.jdbf.engine.mapping.MappingException
All Implemented Interfaces:
java.io.Serializable

public class MappingException
extends org.jdbf.engine.JDBFException

Thrown if the class map is not found.


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
private  java.lang.Exception except
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
MappingException(java.lang.Exception except)
           
MappingException(org.xml.sax.SAXParseException sx)
           
MappingException(java.lang.String message)
           
MappingException(java.lang.String message, int type)
           
MappingException(java.lang.String message, java.lang.Object type)
           
MappingException(java.lang.String message, java.lang.String type1, java.lang.String type2)
           
 
Method Summary
 java.lang.Exception getException()
           
 
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
 

Field Detail

except

private java.lang.Exception except
Constructor Detail

MappingException

public MappingException(java.lang.String message)

MappingException

public MappingException(java.lang.String message,
                        int type)

MappingException

public MappingException(java.lang.String message,
                        java.lang.Object type)

MappingException

public MappingException(java.lang.String message,
                        java.lang.String type1,
                        java.lang.String type2)

MappingException

public MappingException(org.xml.sax.SAXParseException sx)

MappingException

public MappingException(java.lang.Exception except)
Method Detail

getException

public java.lang.Exception getException()