org.jcoderz.phoenix.cmpgen2
Class CmpGeneratorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jcoderz.phoenix.cmpgen2.CmpGeneratorException
- All Implemented Interfaces:
- Serializable
public class CmpGeneratorException
- extends Exception
- Author:
- Albrecht Messner
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CmpGeneratorException
public CmpGeneratorException(String message)
- Constructor with message string.
- Parameters:
message - the exception text
CmpGeneratorException
public CmpGeneratorException(String message,
Throwable cause)
- Constructor with message and root cause.
- Parameters:
message - the exception textcause - the root cause
Copyright 2007 The jCoderZ Project.