|
||||||||||
| 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.x2jb.bind.BindingException
public class BindingException
XML 2 Java Binding exception heavily used by this framework.
| Constructor Summary | |
|---|---|
BindingException()
Creates the exception. |
|
BindingException(java.lang.String m)
Creates the exception containing specified message. |
|
BindingException(java.lang.String m,
java.lang.Throwable t)
Creates the exception containing specified message and cause. |
|
BindingException(java.lang.Throwable t)
Creates the exception containing the 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 BindingException()
public BindingException(java.lang.String m)
m - message
public BindingException(java.lang.String m,
java.lang.Throwable t)
m - messaget - causepublic BindingException(java.lang.Throwable t)
t - cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||