Package org.symphonyoss.s2.canon.parser
Class GenerationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.symphonyoss.s2.canon.parser.CanonException
-
- org.symphonyoss.s2.canon.parser.GenerationException
-
- All Implemented Interfaces:
Serializable
public class GenerationException extends CanonException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GenerationException()GenerationException(String message)GenerationException(String message, Throwable cause)GenerationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)GenerationException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-