org.chromattic.groovy.exceptions
Class NoSuchDefaultConstructor

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.chromattic.groovy.exceptions.NoSuchDefaultConstructor
All Implemented Interfaces:
java.io.Serializable

public class NoSuchDefaultConstructor
extends java.lang.Exception

Version:
$Revision$
Author:
Alain Defrance
See Also:
Serialized Form

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

NoSuchDefaultConstructor

public NoSuchDefaultConstructor()

NoSuchDefaultConstructor

public NoSuchDefaultConstructor(java.lang.String message)

NoSuchDefaultConstructor

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

NoSuchDefaultConstructor

public NoSuchDefaultConstructor(java.lang.Throwable cause)


Copyright © 2011 eXo Platform SAS. All Rights Reserved.