org.jboss.errai.codegen.exception
Class UndefinedConstructorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.errai.codegen.exception.GenerationException
org.jboss.errai.codegen.exception.UndefinedConstructorException
- All Implemented Interfaces:
- Serializable
public class UndefinedConstructorException
- extends GenerationException
- Author:
- Christian Sadilek
- See Also:
- Serialized Form
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)
toString
public String toString()
- Overrides:
toString
in class Throwable
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.