Filter by API Level:
Package Index
|
Class Index
android
com.htc.app
com.htc.content
com.htc.fragment.content
com.htc.fragment.widget
com.htc.lockscreen.fusion.open
com.htc.lockscreen.open.phone
com.htc.painting.engine
com.htc.painting.engine.render
com.htc.painting.engine.stroke
com.htc.painting.pal
com.htc.painting.penmenu
com.htc.painting.penmenu.highlight
com.htc.painting.penmenu15
com.htc.painting.penmenu15.view
com.htc.painting.tool.pen
com.htc.pen
com.htc.provider
com.htc.res
com.htc.util.skin
com.htc.view
com.htc.view.table
com.htc.view.util
com.htc.widget
Classes
BasePen
Pen
PenConfigAdapter
PenProps
PenPropsDatabase
PenUtils
ReadOnlyPenProps
Exceptions
PenException
Package Index
|
Class Index
Summary:
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
Since:
API Level 2.0
public class
PenException
extends
Exception
java.lang.Object
↳
java.lang.Throwable
↳
java.lang.Exception
↳
com.htc.painting.tool.pen.PenException
Class Overview
Exception that occurs during handling pen
Summary
Public Constructors
PenException
(
String
message,
Throwable
e)
Public Methods
String
toString
()
[Expand]
Inherited Methods
From class
java.lang.Throwable
synchronized
Throwable
fillInStackTrace
()
Throwable
getCause
()
String
getLocalizedMessage
()
String
getMessage
()
StackTraceElement[]
getStackTrace
()
synchronized
Throwable
initCause
(
Throwable
arg0)
void
printStackTrace
(
PrintWriter
arg0)
void
printStackTrace
(
PrintStream
arg0)
void
printStackTrace
()
void
setStackTrace
(
StackTraceElement[]
arg0)
String
toString
()
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
Public Constructors
public
PenException
(
String
message,
Throwable
e)
Since:
API Level 2.0
Public Methods
public
String
toString
()
Since:
API Level