public class

LetterNotFoundException

extends FontException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.andengine.util.exception.AndEngineRuntimeException
           ↳ org.andengine.opengl.font.exception.FontException
             ↳ org.andengine.opengl.font.exception.LetterNotFoundException

Class Overview

(c) Zynga 2011

Summary

[Expand]
Inherited Constants
From class org.andengine.util.exception.AndEngineRuntimeException
Public Constructors
LetterNotFoundException()
LetterNotFoundException(String pMessage)
LetterNotFoundException(Throwable pThrowable)
LetterNotFoundException(String pMessage, Throwable pThrowable)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public LetterNotFoundException ()

public LetterNotFoundException (String pMessage)

public LetterNotFoundException (Throwable pThrowable)

public LetterNotFoundException (String pMessage, Throwable pThrowable)