|
The Java™ Binding for the OpenGL® ES API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.UnsupportedOperationException
Thrown to indicate that the requested operation is not supported.
Constructor Summary | |
UnsupportedOperationException()
Constructs an UnsupportedOperationException with no detail message. |
|
UnsupportedOperationException(java.lang.String message)
Constructs an UnsupportedOperationException with the specified detail message. |
Methods inherited from class java.lang.Throwable |
getMessage, printStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public UnsupportedOperationException()
public UnsupportedOperationException(java.lang.String message)
message
- the detail message
|
Final Release, Oct 2006 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |