com.admc.jamama
Class UnsupportedClassException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.admc.jamama.JamamaException
              extended bycom.admc.jamama.UnsupportedClassException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedClassException
extends JamamaException

Attempt to use an unsupported class.

Version:
$Revision: 1.2 $
Author:
Blaine Simpson
See Also:
Serialized Form

Constructor Summary
UnsupportedClassException(java.lang.String s)
           
 
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

UnsupportedClassException

public UnsupportedClassException(java.lang.String s)