|
||||||||||
| 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.openbp.common.io.xml.XResolvingException
public class XResolvingException
Exception that indicates that a dependent classes ('extends' or 'depends'
attribute in the mapping file) could not be resolved.
The class extends from RuntimeException to prevent having to declare
the XClassMappingResolver.resolve method throw an exception, which
would make it incompatible to Castor's IDResolver class.
It might contain the exception that has occurred inside the loading process.
| Constructor Summary | |
|---|---|
XResolvingException(java.lang.Exception exception)
Constructor. |
|
XResolvingException(java.lang.String msg)
Constructor. |
|
XResolvingException(java.lang.String msg,
java.lang.Exception exception)
Constructor. |
|
| 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 XResolvingException(java.lang.String msg)
msg - Exception messagepublic XResolvingException(java.lang.Exception exception)
exception - Nested exception
public XResolvingException(java.lang.String msg,
java.lang.Exception exception)
msg - Exception messageexception - Nested exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||