jrockit.management
Class MalformedDescriptorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jrockit.management.MalformedDescriptorException
All Implemented Interfaces:
java.io.Serializable

public class MalformedDescriptorException
extends java.lang.Exception

Thrown if there is an syntax error in the method descriptor.

Author:
Marcus Hirt
See Also:
Serialized Form

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

MalformedDescriptorException

public MalformedDescriptorException()
Constructor.


MalformedDescriptorException

public MalformedDescriptorException(java.lang.String s)
See Also:
Throwable.Throwable(String)


Copyright © 2004-2005 BEA Systems Inc.