com.artenum.forceria.exception
Class GenerationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.artenum.forceria.exception.GenerationException
All Implemented Interfaces:
Serializable

public class GenerationException
extends Exception

Exception throw on Data Model generation error

Author:
JeT - Artenum
See Also:
Serialized Form

Constructor Summary
GenerationException()
           
GenerationException(String arg0)
           
GenerationException(String arg0, Throwable arg1)
           
GenerationException(Throwable arg0)
           
 
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

GenerationException

public GenerationException()

GenerationException

public GenerationException(String arg0,
                           Throwable arg1)

GenerationException

public GenerationException(String arg0)

GenerationException

public GenerationException(Throwable arg0)


Copyright © 2010-2013 Artenum. All Rights Reserved.