SilverStream
Application Server 3.5

com.sssw.rt.util
Class MalformedMetaDataException

java.lang.Object
 |
 +--java.lang.Throwable
       |
       +--java.lang.Exception
             |
             +--com.sssw.rt.util.MalformedMetaDataException
All Implemented Interfaces:
Serializable

public class MalformedMetaDataException
extends Exception

MalformedMetaDataException

See Also:
Serialized Form

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

Constructor Detail

MalformedMetaDataException

public MalformedMetaDataException()
MalformedMetaDataException constructor

MalformedMetaDataException

public MalformedMetaDataException(String message)
MalformedMetaDataException constructor
Parameters:
message - a message string

SilverStream
Application Server 3.5