org.apache.pivot.beans
Class BindException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.pivot.beans.BindException
All Implemented Interfaces:
Serializable

public class BindException
extends RuntimeException

Thrown when an error is encountered during binding.

See Also:
Serialized Form

Constructor Summary
BindException()
           
BindException(String message)
           
BindException(String message, Throwable cause)
           
BindException(Throwable 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

BindException

public BindException()

BindException

public BindException(String message)

BindException

public BindException(Throwable cause)

BindException

public BindException(String message,
                     Throwable cause)