Package org.apache.pivot.beans
Class BindException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.pivot.beans.BindException
-
- All Implemented Interfaces:
java.io.Serializable
public class BindException extends java.lang.RuntimeException
Thrown when an error is encountered during binding.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BindException()
BindException(java.lang.String message)
BindException(java.lang.String message, java.lang.Throwable cause)
BindException(java.lang.Throwable cause)
-