org.apache.tuscany.sdo.codegen
Class GenerationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.tuscany.sdo.codegen.GenerationException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- NoJavaImplementationException
public abstract class GenerationException
- extends RuntimeException
Exception indicating there was a problem with code generation.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
GenerationException
public GenerationException()
GenerationException
public GenerationException(String message)
GenerationException
public GenerationException(String message,
Throwable cause)
GenerationException
public GenerationException(Throwable cause)
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.