All Packages Class Hierarchy This Package Previous Next Index
Class com.sun.jaw.reference.mapper.MappingException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----com.sun.jaw.reference.mapper.MappingException
- public class MappingException
- extends Exception
This class represents exceptions raised when the mapping service
fails.
-
MappingException(String)
- Constructor that allows a specific error message to be specified.
MappingException
public MappingException(String msg)
- Constructor that allows a specific error message to be specified.
- Parameters:
- msg - The error message.
All Packages Class Hierarchy This Package Previous Next Index