XFA4J

com.adobe.xfa.ut
Class ExceptionBase

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.adobe.xfa.ut.ExceptionBase
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ExFull

public abstract class ExceptionBase
extends java.lang.RuntimeException

An abstract base class for XFA exceptions.

Objects of this class have an associated boolean WasReported property. As architected, this property can be used by the derived classes to mean anything.

See Also:
Serialized Form

Method Summary
abstract  int count()
          Counts the number of exception objects in the derived class's collection.
abstract  void resolve()
          Resolves the exception objects in the derived class's collection.
 
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
 

Method Detail

resolve

public abstract void resolve()
Resolves the exception objects in the derived class's collection.


count

public abstract int count()
Counts the number of exception objects in the derived class's collection.

Returns:
the count.

XFA4J

© 2005 Adobe Systems Incorporated. All Rights Reserved.