org.ow2.orchestra.facade.exception
Class ParsingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ow2.orchestra.facade.exception.OrchestraRuntimeException
                  extended by org.ow2.orchestra.facade.exception.DeploymentException
                      extended by org.ow2.orchestra.facade.exception.ParsingException
All Implemented Interfaces:
Serializable

public class ParsingException
extends DeploymentException

Exception launched when Static Analysis fails.

Author:
Goulven Le Jeune
See Also:
Serialized Form

Constructor Summary
ParsingException(String message)
           
 
Method Summary
 
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

ParsingException

public ParsingException(String message)
Parameters:
message - Code of the static Analysis error (e.g. SA00047)


Copyright © 2011 OW2 Consortium. All Rights Reserved.