net.sf.panoptes.model.component.registry
Class MalformedComponentNameException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.sf.panoptes.model.component.registry.MalformedComponentNameException
All Implemented Interfaces:
java.io.Serializable

public class MalformedComponentNameException
extends java.lang.Exception

Thrown when a string used to construct an ComponentName is not valid.

See Also:
Serialized Form

Constructor Summary
MalformedComponentNameException()
          Construct a new MalformedComponentNameException with no message.
MalformedComponentNameException(java.lang.String message)
          Construct a new MalformedComponentNameException with the given message.
 
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

MalformedComponentNameException

public MalformedComponentNameException()
Construct a new MalformedComponentNameException with no message.


MalformedComponentNameException

public MalformedComponentNameException(java.lang.String message)
Construct a new MalformedComponentNameException with the given message.

Parameters:
message - the error message.


Copyright © 2003 . All Rights Reserved.