public class

CreationFailedException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ net.gtaun.shoebill.exception.CreationFailedException

Summary

Public Constructors
CreationFailedException()
CreationFailedException(String message)
CreationFailedException(Throwable throwable)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public CreationFailedException ()

public CreationFailedException (String message)

public CreationFailedException (Throwable throwable)