org.jcoderz.phoenix.cmpgen2
Class CmpGeneratorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jcoderz.phoenix.cmpgen2.CmpGeneratorException
All Implemented Interfaces:
Serializable

public class CmpGeneratorException
extends Exception

Author:
Albrecht Messner
See Also:
Serialized Form

Constructor Summary
CmpGeneratorException(String message)
          Constructor with message string.
CmpGeneratorException(String message, Throwable cause)
          Constructor with message and root cause.
 
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

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 text
cause - the root cause


Copyright 2007 The jCoderZ Project.