net.trajano.twiff
Class UnprocessedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.trajano.twiff.TwiffException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnprocessedException
public UnprocessedException(Object unprocessedObject)
- Construct a new exception specifying the unprocessed object.
- Parameters:
unprocessedObject
- the unprocessed object.
getUnprocessedObject
public final Object getUnprocessedObject()
- Returns the unprocessed object.
- Returns:
- The unprocessed object.
Copyright © 2004-2005 trajano.net. All Rights Reserved.