org.ow2.jonas.generators.genic
Class GenICException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.jonas.generators.genic.GenICException
All Implemented Interfaces:
Serializable

public class GenICException
extends Exception

This class represents the exception that can be throwned by the GenIC tool.

Author:
Helene Joanin : Initial developer
See Also:
Serialized Form

Field Summary
protected  Exception inner
           
 
Constructor Summary
GenICException()
          Constructs an GenICException with no specified detail message.
GenICException(String msg)
          Constructs an GenICException with the specified detail message.
GenICException(String msg, Exception inner)
           
 
Method Summary
 String getMessage()
           
 void printStackTrace()
           
 void printStackTrace(PrintStream s)
           
 void printStackTrace(PrintWriter s)
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

inner

protected Exception inner
Constructor Detail

GenICException

public GenICException()
Constructs an GenICException with no specified detail message.


GenICException

public GenICException(String msg)
Constructs an GenICException with the specified detail message.


GenICException

public GenICException(String msg,
                      Exception inner)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintStream s)
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintWriter s)
Overrides:
printStackTrace in class Throwable


Copyright © 2010 OW2 Consortium. All Rights Reserved.