org.newdawn.slick.util
Class OperationNotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.newdawn.slick.util.OperationNotSupportedException
All Implemented Interfaces:
java.io.Serializable

public class OperationNotSupportedException
extends java.lang.RuntimeException

Thrown to indicate that a limited implementation of a class can not support the operation requested.

Author:
kevin
See Also:
Serialized Form

Constructor Summary
OperationNotSupportedException(java.lang.String msg)
          Create a new exception
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OperationNotSupportedException

public OperationNotSupportedException(java.lang.String msg)
Create a new exception

Parameters:
msg - The message describing the limitation


Copyright © 2006 New Dawn Software. All Rights Reserved.