org.obe.xpdl.serializer
Class XPDLSerializerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.obe.OBEException
              extended byorg.obe.xpdl.serializer.XPDLSerializerException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ElementRequiredException

public class XPDLSerializerException
extends OBEException

Exception which is thrown when there is an error serializing to an XPDL document.

Author:
Anthony Eden
See Also:
Serialized Form

Constructor Summary
XPDLSerializerException()
          Constructs a new XPDLSerializerException.
XPDLSerializerException(java.lang.String message)
          Constructs a new XPDLSerializerException with the given error message.
XPDLSerializerException(java.lang.String message, java.lang.Throwable t)
          Constructs a new XPDLSerializerException with the given error message and nested error.
XPDLSerializerException(java.lang.Throwable t)
          Constructs a new XPDLSerializerException with the given nested error.
 
Methods inherited from class org.obe.OBEException
getCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XPDLSerializerException

public XPDLSerializerException()
Constructs a new XPDLSerializerException.


XPDLSerializerException

public XPDLSerializerException(java.lang.String message)
Constructs a new XPDLSerializerException with the given error message.

Parameters:
message - The error message

XPDLSerializerException

public XPDLSerializerException(java.lang.Throwable t)
Constructs a new XPDLSerializerException with the given nested error.

Parameters:
t - The nested error

XPDLSerializerException

public XPDLSerializerException(java.lang.String message,
                               java.lang.Throwable t)
Constructs a new XPDLSerializerException with the given error message and nested error.

Parameters:
message - The error message
t - The error


SourceForge.net Logo OBE-1.0 Copyright (c) 2002-2006 Adrian Price. All Rights Reserved.