Public Member Functions

org.exolab.castor.mapping.MappingException Class Reference

Inherits java::lang::Exception.

List of all members.

Public Member Functions

 MappingException (String message)
 MappingException (String message, Exception e)
 MappingException (String message, Object arg1)
 MappingException (String message, Object arg1, Object arg2)
 MappingException (String message, Object arg1, Object arg2, Object arg3)
 MappingException (Exception except)
Exception getException ()
void printStackTrace ()
void printStackTrace (PrintStream print)
void printStackTrace (PrintWriter print)

Detailed Description

An exception indicating an invalid mapping error.

Author:
Assaf Arkin
Version:
Revision:
1.3
Date:
2004/09/23 19:20:07

Constructor & Destructor Documentation

org.exolab.castor.mapping.MappingException.MappingException ( String  message  ) 
org.exolab.castor.mapping.MappingException.MappingException ( String  message,
Exception  e 
)
org.exolab.castor.mapping.MappingException.MappingException ( String  message,
Object  arg1 
)
org.exolab.castor.mapping.MappingException.MappingException ( String  message,
Object  arg1,
Object  arg2 
)
org.exolab.castor.mapping.MappingException.MappingException ( String  message,
Object  arg1,
Object  arg2,
Object  arg3 
)
org.exolab.castor.mapping.MappingException.MappingException ( Exception  except  ) 

Member Function Documentation

Exception org.exolab.castor.mapping.MappingException.getException (  ) 
void org.exolab.castor.mapping.MappingException.printStackTrace ( PrintWriter  print  ) 
void org.exolab.castor.mapping.MappingException.printStackTrace ( PrintStream  print  ) 
void org.exolab.castor.mapping.MappingException.printStackTrace (  ) 

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties