org.ow2.orchestra.facade.exception
Class ParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ow2.orchestra.facade.exception.OrchestraRuntimeException
org.ow2.orchestra.facade.exception.DeploymentException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ParsingException
public ParsingException(String message)
- Parameters:
message
- Code of the static Analysis error (e.g. SA00047)
Copyright © 2011 OW2 Consortium. All Rights Reserved.