net.sourceforge.smile.exception
Class OperationNotSupportedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bynet.sourceforge.smile.exception.SmileRuntimeException
                  extended bynet.sourceforge.smile.exception.OperationNotSupportedException
All Implemented Interfaces:
java.io.Serializable

public class OperationNotSupportedException
extends SmileRuntimeException

To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

See Also:
Serialized Form

Constructor Summary
OperationNotSupportedException()
           
OperationNotSupportedException(java.lang.String message)
           
OperationNotSupportedException(java.lang.String msg, java.lang.Throwable cause)
           
OperationNotSupportedException(java.lang.Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OperationNotSupportedException

public OperationNotSupportedException()

OperationNotSupportedException

public OperationNotSupportedException(java.lang.Throwable cause)

OperationNotSupportedException

public OperationNotSupportedException(java.lang.String msg,
                                      java.lang.Throwable cause)

OperationNotSupportedException

public OperationNotSupportedException(java.lang.String message)