Errai 3.0.1-SNAPSHOT

org.jboss.errai.codegen.exception
Class UndefinedConstructorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.errai.codegen.exception.GenerationException
                  extended by org.jboss.errai.codegen.exception.UndefinedConstructorException
All Implemented Interfaces:
Serializable

public class UndefinedConstructorException
extends GenerationException

Author:
Christian Sadilek
See Also:
Serialized Form

Constructor Summary
UndefinedConstructorException()
           
UndefinedConstructorException(MetaClass type, MetaClass... parameterTypes)
           
UndefinedConstructorException(MetaClass type, Throwable cause, MetaClass... parameterTypes)
           
UndefinedConstructorException(String msg)
           
UndefinedConstructorException(String msg, Throwable cause)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class org.jboss.errai.codegen.exception.GenerationException
appendFailureInfo, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UndefinedConstructorException

public UndefinedConstructorException()

UndefinedConstructorException

public UndefinedConstructorException(String msg)

UndefinedConstructorException

public UndefinedConstructorException(String msg,
                                     Throwable cause)

UndefinedConstructorException

public UndefinedConstructorException(MetaClass type,
                                     MetaClass... parameterTypes)

UndefinedConstructorException

public UndefinedConstructorException(MetaClass type,
                                     Throwable cause,
                                     MetaClass... parameterTypes)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.