org.obe.xpdl.parser
Class XPDLParserException

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

public class XPDLParserException
extends OBEException

Exception which is thrown when there is an error parsing an XPDL document.

Author:
Anthony Eden
See Also:
Serialized Form

Constructor Summary
XPDLParserException()
          Construct a new XPDLParserException.
XPDLParserException(java.lang.String message)
          Construct a new XPDLParserException with the specified message.
XPDLParserException(java.lang.String message, java.lang.Throwable t)
          Construct a new XPDLParserException with the specified error message and nested exception.
XPDLParserException(java.lang.Throwable t)
          Construct a new XPDLParserException with the specified 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

XPDLParserException

public XPDLParserException()
Construct a new XPDLParserException.


XPDLParserException

public XPDLParserException(java.lang.String message)
Construct a new XPDLParserException with the specified message.

Parameters:
message - The error message

XPDLParserException

public XPDLParserException(java.lang.Throwable t)
Construct a new XPDLParserException with the specified nested error.

Parameters:
t - The nested error

XPDLParserException

public XPDLParserException(java.lang.String message,
                           java.lang.Throwable t)
Construct a new XPDLParserException with the specified error message and nested exception.

Parameters:
message - The error message
t - The nested error


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