RoboJDETM v2.0

java.lang
Class CloneNotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.CloneNotSupportedException

public class CloneNotSupportedException
extends Exception

Exception thrown when the clone method is called for an object that doesn't support cloning.


Constructor Summary
CloneNotSupportedException()
           
CloneNotSupportedException(String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getMessage, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait
 

Constructor Detail

CloneNotSupportedException

public CloneNotSupportedException()

CloneNotSupportedException

public CloneNotSupportedException(String message)

RoboJDETM v2.0

Copyright (c) 2003-2009 RidgeSoft, LLC. All rights reserved.
www.ridgesoft.com