Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

gnu.java.beans.decoder
Class AssemblyException  view AssemblyException download AssemblyException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bygnu.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 Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
(package private) AssemblyException(java.lang.Throwable cause)
           
 
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

AssemblyException

AssemblyException(java.lang.Throwable cause)