org.x2jb.bind
Class BindingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.x2jb.bind.BindingException
All Implemented Interfaces:
java.io.Serializable

public class BindingException
extends java.lang.RuntimeException

XML 2 Java Binding exception heavily used by this framework.

Author:
Richard Opalka
See Also:
Serialized Form

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

BindingException

public BindingException()
Creates the exception.


BindingException

public BindingException(java.lang.String m)
Creates the exception containing specified message.

Parameters:
m - message

BindingException

public BindingException(java.lang.String m,
                        java.lang.Throwable t)
Creates the exception containing specified message and cause.

Parameters:
m - message
t - cause

BindingException

public BindingException(java.lang.Throwable t)
Creates the exception containing the cause.

Parameters:
t - cause