Package org.exolab.castor.mapping
Class MappingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.exolab.castor.mapping.MappingException
- All Implemented Interfaces:
Serializable
An exception indicating an invalid mapping error.
- Version:
- $Revision: 7951 $ $Date: 2006-04-10 16:39:24 -0600 (Mon, 10 Apr 2006) $
- Author:
- Assaf Arkin
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMappingException
(Exception except) 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) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
printStackTrace
(PrintStream print) void
printStackTrace
(PrintWriter print) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
MappingException
-
MappingException
-
MappingException
-
MappingException
-
MappingException
-
MappingException
-
-
Method Details
-
getException
-
printStackTrace
public void printStackTrace()- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
- Overrides:
printStackTrace
in classThrowable
-