jxl.binding
Class BindingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jxl.binding.BindingException
All Implemented Interfaces:
java.io.Serializable

public class BindingException
extends java.lang.RuntimeException

This exception is only ever thrown if an unrecoverable error has occured in the filesystem used by a BindingContext. In general there is no nead to catch this exception or to propogate its declaration further.

Author:
alex
See Also:
Serialized Form

Constructor Summary
BindingException(BindingContext source, java.lang.Throwable t)
          Creates a new instance of BindingException without detail message.
BindingException(java.lang.String msg)
          Constructs an instance of BindingException with the specified detail message.
BindingException(java.lang.String message, java.lang.Throwable t)
           
 
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(BindingContext source,
                        java.lang.Throwable t)
Creates a new instance of BindingException without detail message.


BindingException

public BindingException(java.lang.String message,
                        java.lang.Throwable t)

BindingException

public BindingException(java.lang.String msg)
Constructs an instance of BindingException with the specified detail message.

Parameters:
msg - the detail message.