net.sf.parser4j.kernelgenerator.service
Class GeneratorRuntimeException

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

public class GeneratorRuntimeException
extends java.lang.RuntimeException

Author:
luc peuvrier
See Also:
Serialized Form

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

GeneratorRuntimeException

public GeneratorRuntimeException()

GeneratorRuntimeException

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

GeneratorRuntimeException

public GeneratorRuntimeException(java.lang.String message)

GeneratorRuntimeException

public GeneratorRuntimeException(java.lang.Throwable cause)


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