public class

OutOfCharactersException

extends TextException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.andengine.util.exception.AndEngineRuntimeException
           ↳ org.andengine.entity.text.exception.TextException
             ↳ org.andengine.entity.text.exception.OutOfCharactersException

Class Overview

(c) Zynga 2011

Summary

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

Public Constructors

public OutOfCharactersException ()

public OutOfCharactersException (String pMessage)

public OutOfCharactersException (Throwable pThrowable)

public OutOfCharactersException (String pMessage, Throwable pThrowable)