net.sf.parser4j.kernelgenerator.service
Class GeneratorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.parser4j.kernelgenerator.service.GeneratorException
All Implemented Interfaces:
java.io.Serializable

public class GeneratorException
extends java.lang.Exception

Author:
luc peuvrier
See Also:
Serialized Form

Constructor Summary
GeneratorException()
           
GeneratorException(java.lang.String message)
           
GeneratorException(java.lang.String message, java.lang.Throwable cause)
           
GeneratorException(java.lang.Throwable 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

GeneratorException

public GeneratorException()

GeneratorException

public GeneratorException(java.lang.String message,
                          java.lang.Throwable cause)

GeneratorException

public GeneratorException(java.lang.String message)

GeneratorException

public GeneratorException(java.lang.Throwable cause)


Copyright © 2008-2009 Luc Peuvrier. All Rights Reserved.