java.lang.Object
java.lang.Throwable
java.lang.Exception
gnu.java.beans.decoder.AssemblyException
- All Implemented Interfaces:
- java.io.Serializable
- class AssemblyException
- extends java.lang.Exception
The AssemblyException is used to wrap the cause of problems when assembling objects.
In all cases only the wrapped exception is given to the PersistenceParser's
ExceptionListener instance (never the AssemblyException itself).
Note: Often multiple steps are needed to construct a fully usuable object instance.
Such a construction can be called assembly and thats why this exception was
named AssemblyException.
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AssemblyException
AssemblyException(java.lang.Throwable cause)