net.trajano.twiff
Class UnprocessedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.trajano.twiff.TwiffException
                  extended by net.trajano.twiff.UnprocessedException
All Implemented Interfaces:
Serializable

public class UnprocessedException
extends TwiffException

Subclass of TwiffException when there is an object that is not processed.

Author:
Archimedes Trajano
See Also:
Serialized Form

Constructor Summary
UnprocessedException(Object unprocessedObject)
          Construct a new exception specifying the unprocessed object.
 
Method Summary
 Object getUnprocessedObject()
          Returns the unprocessed object.
 
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

UnprocessedException

public UnprocessedException(Object unprocessedObject)
Construct a new exception specifying the unprocessed object.

Parameters:
unprocessedObject - the unprocessed object.
Method Detail

getUnprocessedObject

public final Object getUnprocessedObject()
Returns the unprocessed object.

Returns:
The unprocessed object.


Copyright © 2004-2005 trajano.net. All Rights Reserved.