|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hibersap.HibersapException
org.hibersap.MappingException
public class MappingException
A MappingException is thrown by the framework when there are errors mapping BAPI classes.
Constructor Summary | |
---|---|
MappingException(String msg)
Constructs a new MappingException with a detail message. |
|
MappingException(String msg,
Throwable cause)
Constructs a new MappingException with a detail message and a cause. |
|
MappingException(Throwable cause)
Constructs a new MappingException with the specified cause. |
Method Summary |
---|
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 |
Constructor Detail |
---|
public MappingException(String msg, Throwable cause)
msg
- The messagecause
- The causepublic MappingException(Throwable cause)
cause
- The causepublic MappingException(String msg)
msg
- The message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |