org.smartcomps.twister.deployer.exception
Class DocumentParsingException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.smartcomps.twister.deployer.exception.DeploymentException
                    |
                    +--org.smartcomps.twister.deployer.exception.DocumentParsingException
All Implemented Interfaces:
java.io.Serializable

public class DocumentParsingException
extends DeploymentException

Used when errors occured during the parsing of process description.

See Also:
Serialized Form

Constructor Summary
DocumentParsingException(java.lang.String message)
           
DocumentParsingException(java.lang.String message, java.lang.Throwable cause)
           
DocumentParsingException(java.lang.Throwable cause)
           
 
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

DocumentParsingException

public DocumentParsingException(java.lang.String message)

DocumentParsingException

public DocumentParsingException(java.lang.String message,
                                java.lang.Throwable cause)

DocumentParsingException

public DocumentParsingException(java.lang.Throwable cause)


Copyright © 2003 SmartComps. All Rights Reserved.